Package org.xipki.security.pkcs11
Class P11Params.P11RSAPkcsPssParams
- java.lang.Object
-
- org.xipki.security.pkcs11.P11Params.P11RSAPkcsPssParams
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xipki.security.pkcs11.P11Params
P11Params.P11ByteArrayParams, P11Params.P11RSAPkcsPssParams
-
-
Constructor Summary
Constructors Constructor Description P11RSAPkcsPssParams(long hashAlgorithm, long maskGenerationFunction, int saltLength)P11RSAPkcsPssParams(HashAlgo hashAlgo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetHashAlgorithm()longgetMaskGenerationFunction()intgetSaltLength()
-
-
-
Constructor Detail
-
P11RSAPkcsPssParams
public P11RSAPkcsPssParams(long hashAlgorithm, long maskGenerationFunction, int saltLength)
-
P11RSAPkcsPssParams
public P11RSAPkcsPssParams(HashAlgo hashAlgo)
-
-