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