iaik.pkcs.pkcs1
Class RSASSAPkcs1v15ParameterSpec

java.lang.Object
  |
  +--iaik.pkcs.pkcs1.PKCS1AlgorithmParameterSpec
        |
        +--iaik.pkcs.pkcs1.RSASSAPkcs1v15ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class RSASSAPkcs1v15ParameterSpec
extends PKCS1AlgorithmParameterSpec

Algorithm parameter specification for the RSASSA-PKCS1-v1_5 signature schemes.

Only may be used for raw RSA PKCS#1v1.5 signatures to specify the hash algorithm used by the signature engine.

Version:
File Revision 7

Constructor Summary
RSASSAPkcs1v15ParameterSpec(AlgorithmID hashAlgorithm)
          Creates a RSASSAPkcs1v15ParameterSpec for the given hash algorithm.
 
Method Summary
 AlgorithmID getHashAlgorithm()
          Returns the hash algorihtm to be used
 String toString()
          Returns a String representation of this object.
 
Methods inherited from class iaik.pkcs.pkcs1.PKCS1AlgorithmParameterSpec
getSecureRandom, setSecureRandom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RSASSAPkcs1v15ParameterSpec

public RSASSAPkcs1v15ParameterSpec(AlgorithmID hashAlgorithm)
Creates a RSASSAPkcs1v15ParameterSpec for the given hash algorithm.
Parameters:
hashAlgorithm - the hash algorithm to be used
Method Detail

getHashAlgorithm

public AlgorithmID getHashAlgorithm()
Returns the hash algorihtm to be used
Returns:
the hash algorithm

toString

public String toString()
Returns a String representation of this object.
Overrides:
toString in class Object
Returns:
a String representation this object

This Javadoc may contain text parts from Internet Standard specifications (RFC 2459, 3280, 3039, 2560, 1521, 821, 822, 2253, 1319, 1321, ,2630, 2631, 2268, 3058, 2984, 2104, 2144, 2040, 2311, 2279, see copyright note) and RSA Data Security Public-Key Cryptography Standards (PKCS#1,3,5,7,8,9,10,12, see copyright note).

IAIK-JCE 3.1 with IAIK-JCE CC Core 3.1, (c) 1997-2004 IAIK