com.motorola.iden.security.spec
Class RSASignatureParameterSpec

java.lang.Object
  |
  +--com.motorola.iden.security.spec.RSASignatureParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class RSASignatureParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

This class specifies the RSA Signature parameters used to sign or verify RSA signature.

MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2002 - 2004 Motorola, Inc. All Rights Reserved.

See Also:
[AlgorithmParameterSpec]

Constructor Summary
RSASignatureParameterSpec(byte[] sig)
          Construct an RSASignatureParameterSpec.java
 
Method Summary
 byte[] getSignature()
          Get the signature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSASignatureParameterSpec

public RSASignatureParameterSpec(byte[] sig)
Construct an RSASignatureParameterSpec.java

Parameters:
sig - the signature which would be verified
Method Detail

getSignature

public byte[] getSignature()
Get the signature

Returns:
signature