public final class SignedObject extends Object implements Serializable
Constructor and Description |
---|
SignedObject(Serializable var0,
PrivateKey var1,
Signature var2) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
Object |
getObject() |
byte[] |
getSignature() |
boolean |
verify(PublicKey var0,
Signature var1) |
public SignedObject(Serializable var0, PrivateKey var1, Signature var2) throws IOException, InvalidKeyException, SignatureException
public String getAlgorithm()
public byte[] getSignature()
public boolean verify(PublicKey var0, Signature var1) throws InvalidKeyException, SignatureException
public Object getObject() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.