|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.simplePERMIS.SimplePERMISSignatureVerifier
public class SimplePERMISSignatureVerifier
This class provides an implementation of the SignatureVerifier for used by SimplePERMIS. It ignores the verification of signatures.
Constructor Summary | |
---|---|
SimplePERMISSignatureVerifier()
Creates a new instance of SimpleSAMSignatureVerifier |
Method Summary | |
---|---|
boolean |
checkSignature(byte[] Value,
byte[] Signature,
java.lang.String algorithmID,
TokenLocator Signer)
This method checks if the Signature for the given Value has been signed by the Signer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimplePERMISSignatureVerifier()
Method Detail |
---|
public boolean checkSignature(byte[] Value, byte[] Signature, java.lang.String algorithmID, TokenLocator Signer) throws PkiException
checkSignature
in interface SignatureVerifier
Value
- is the byte array that had been signedSignature
- is the byte array of the resulting signaturealgorithmID
- is the String representation (dotted form) of the
object identifier of the algorithm used for signingSigner
- is the Principal of the signer
PkiException
- if any unrecoverable error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |