✓
public final class SignedObject
extends java.lang.Object
implements java.io.Serializable
Constructors
- ✓public SignedObject(java.io.Serializable arg0, java.security.PrivateKey arg1, java.security.Signature arg2) throws java.io.IOException, java.security.InvalidKeyException, java.security.SignatureException
Methods
- ✓public java.lang.String getAlgorithm()
- ✓public java.lang.Object getObject() throws java.io.IOException, java.lang.ClassNotFoundException
- ✓public byte[] getSignature()
- ✓public boolean verify(java.security.PublicKey arg0, java.security.Signature arg1) throws java.security.InvalidKeyException, java.security.SignatureException
Serialized Form
✓serialVersionUID
✓720502720485447167Serialized Fields
- ✓byte[] content
- ✓byte[] signature
- ✓java.lang.String thealgorithm
Serialization Methods
- ✓private void readObject(java.io.ObjectInputStream arg0) throws java.io.IOException, java.lang.ClassNotFoundException