Class PGPKdfParameters

java.lang.Object
org.bouncycastle.openpgp.PGPKdfParameters
All Implemented Interfaces:
PGPAlgorithmParameters

public class PGPKdfParameters extends Object implements PGPAlgorithmParameters
  • Constructor Details

    • PGPKdfParameters

      public PGPKdfParameters(int hashAlgorithm, int symmetricWrapAlgorithm)
  • Method Details

    • getSymmetricWrapAlgorithm

      public int getSymmetricWrapAlgorithm()
    • getHashAlgorithm

      public int getHashAlgorithm()