Package java.security
Class SignedObject
java.lang.Object
java.security.SignedObject
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
boolean
-
Constructor Details
-
SignedObject
public SignedObject(Serializable var0, PrivateKey var1, Signature var2) throws IOException, InvalidKeyException, SignatureException
-
-
Method Details
-
getAlgorithm
-
getSignature
public byte[] getSignature() -
verify
public boolean verify(PublicKey var0, Signature var1) throws InvalidKeyException, SignatureException -
getObject
- Throws:
IOException
ClassNotFoundException
-