public class PSSParameterSpec extends 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. |
public PSSParameterSpec(int saltLen)
PSSParameterSpec
given a salt
length.saltLen
- the length in bits of the salt.IllegalArgumentException
- if saltLen
is less than 0
.public int getSaltLength()