|
Bouncy Castle Cryptography 1.28 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.spec.PSSParameterSpec
This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1.
AlgorithmParameterSpec, Signature
Constructor Summary | |
PSSParameterSpec(int saltLen)
Creates a new PSSParameterSpec given the salt length as defined in PKCS#1. |
Method Summary | |
int |
getSaltLength()
Returns the salt length in bits. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PSSParameterSpec(int saltLen)
saltLen
- - the length of salt in bits to be used in PKCS#1
PSS encoding.
java.lang.IllegalArgumentException
- - if saltLen is less than 0.Method Detail |
public int getSaltLength()
|
Bouncy Castle Cryptography 1.28 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |