java.security
Class SignedObject

java.lang.Object
  extended by java.security.SignedObject
All Implemented Interfaces:
Serializable

public final class SignedObject
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SignedObject(Serializable var0, PrivateKey var1, Signature var2)
           
 
Method Summary
 String getAlgorithm()
           
 Object getObject()
           
 byte[] getSignature()
           
 boolean verify(PublicKey var0, Signature var1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedObject

public SignedObject(Serializable var0,
                    PrivateKey var1,
                    Signature var2)
             throws IOException,
                    InvalidKeyException,
                    SignatureException
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
Throws:
InvalidKeyException
SignatureException

getObject

public Object getObject()
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.