|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaik.pkcs.pkcs1.PKCS1AlgorithmParameterSpec | +--iaik.pkcs.pkcs1.RSASSAPkcs1v15ParameterSpec
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.
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 |
public RSASSAPkcs1v15ParameterSpec(AlgorithmID hashAlgorithm)
hashAlgorithm
- the hash algorithm to be usedMethod Detail |
public AlgorithmID getHashAlgorithm()
public String toString()
toString
in class 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). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |