public class PSSParameterSpec extends java.lang.Object implements AlgorithmParameterSpec
AlgorithmParameterSpec for the RSA PSS encoding
scheme.AlgorithmParameterSpec,
Signature| Constructor and Description |
|---|
PSSParameterSpec(int saltLen)
Construct a new instance of
PSSParameterSpec given a salt
length. |
| Modifier and Type | Method and Description |
|---|---|
int |
getSaltLength() |
public PSSParameterSpec(int saltLen)
PSSParameterSpec given a salt
length.saltLen - the length in bits of the salt.java.lang.IllegalArgumentException - if saltLen is less than 0.public int getSaltLength()