Package java.security
Class SignedObject
- java.lang.Object
-
- java.security.SignedObject
-
- All Implemented Interfaces:
Serializable
public final class SignedObject extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignedObject(Serializable var0, PrivateKey var1, Signature var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
Object
getObject()
byte[]
getSignature()
boolean
verify(PublicKey var0, Signature var1)
-
-
-
Constructor Detail
-
SignedObject
public SignedObject(Serializable var0, PrivateKey var1, Signature var2) throws IOException, InvalidKeyException, SignatureException
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
-
getSignature
public byte[] getSignature()
-
verify
public boolean verify(PublicKey var0, Signature var1) throws InvalidKeyException, SignatureException
-
getObject
public Object getObject() throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-