|
Préférences
Moteurs de recherche
|
||||||||||
JavaTM 2 Platform Std. Ed. v1.4.2
java.security.spec
|
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)
PSSParameterSpec
given the salt length as defined in PKCS#1.
saltLen
- the length of salt in bits to be used in PKCS#1
PSS encoding.
IllegalArgumentException
- if saltLen
is
less than 0.Method Detail |
public int getSaltLength()