Package org.spongycastle.openpgp
Class PGPKdfParameters
java.lang.Object
org.spongycastle.openpgp.PGPKdfParameters
- All Implemented Interfaces:
PGPAlgorithmParameters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PGPKdfParameters
public PGPKdfParameters(int hashAlgorithm, int symmetricWrapAlgorithm)
-
-
Method Details
-
getSymmetricWrapAlgorithm
public int getSymmetricWrapAlgorithm() -
getHashAlgorithm
public int getHashAlgorithm()
-