SignedObject (Serializable object, PrivateKey signingKey, Signature signingEngine)
Is it safe to serialize and deliver this object to a client application? Is there a way that they might get hold of the PrivateKey through reflection?
I want to use this object to hold a digital signature as well as the data that was signed.