java.security.spec
public class PSSParameterSpec extends Object implements AlgorithmParameterSpec
Since: 1.4
See Also: AlgorithmParameterSpec Signature
Constructor Summary | |
---|---|
PSSParameterSpec(int saltLen)
Construct a new instance of PSSParameterSpec given a salt
length.
|
Method Summary | |
---|---|
int | getSaltLength() |
PSSParameterSpec
given a salt
length.
Parameters: saltLen the length in bits of the salt.
Throws: IllegalArgumentException
if saltLen
is less than 0
.
Returns: the length (in bits) of the salt.