java.lang.Object
java.security.spec.PSSParameterSpec
- All Implemented Interfaces:
- AlgorithmParameterSpec
- public class PSSParameterSpec
- extends java.lang.Object
- implements AlgorithmParameterSpec
An implementation of AlgorithmParameterSpec for the RSA PSS encoding
scheme.
- Since:
- 1.4
|
Constructor Summary |
PSSParameterSpec(int saltLen)
Construct a new instance of PSSParameterSpec given a salt
length. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
saltLen
private int saltLen
PSSParameterSpec
public PSSParameterSpec(int saltLen)
- Construct a new instance of
PSSParameterSpec given a salt
length.
getSaltLength
public int getSaltLength()