org.objectweb.proactive.ext.security.crypto
Class SigningEngine

java.lang.Object
  extended by org.objectweb.proactive.ext.security.crypto.SigningEngine
All Implemented Interfaces:
java.io.Serializable

public class SigningEngine
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SigningEngine()
           
 
Method Summary
 boolean checkSignature(java.lang.Object signedObject, java.security.PublicKey publicKey)
           
 java.lang.Object signObject(java.io.Serializable object, java.security.PrivateKey privateKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigningEngine

public SigningEngine()
Method Detail

signObject

public java.lang.Object signObject(java.io.Serializable object,
                                   java.security.PrivateKey privateKey)

checkSignature

public boolean checkSignature(java.lang.Object signedObject,
                              java.security.PublicKey publicKey)


Copyright 2001-2007 INRIA All Rights Reserved.