java.lang.Object java.security.SignedObject
Signature
public String getAlgorithm()
public Object getObject() throws IOException, ClassNotFoundException
public byte[] getSignature()
public SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine) throws IOException, InvalidKeyException, SignatureException
public boolean verify(PublicKey verificationKey, Signature verificationEngine) throws InvalidKeyException, SignatureException