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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignedObject
public SignedObject(Serializable var0,
PrivateKey var1,
Signature var2)
throws IOException,
InvalidKeyException,
SignatureException
- Throws:
IOException
InvalidKeyException
SignatureException
getAlgorithm
public String getAlgorithm()
getSignature
public byte[] getSignature()
verify
public boolean verify(PublicKey var0,
Signature var1)
throws InvalidKeyException,
SignatureException
- Throws:
InvalidKeyException
SignatureException
getObject
public Object getObject()
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.