Package org.bouncycastle.openpgp
Class PGPKdfParameters
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPKdfParameters
-
- All Implemented Interfaces:
PGPAlgorithmParameters
public class PGPKdfParameters extends java.lang.Object implements PGPAlgorithmParameters
-
-
Constructor Summary
Constructors Constructor Description PGPKdfParameters(int hashAlgorithm, int symmetricWrapAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHashAlgorithm()
int
getSymmetricWrapAlgorithm()
-