Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp
Class PGPKdfParameters

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

public class PGPKdfParameters
extends java.lang.Object
implements PGPAlgorithmParameters


Constructor Summary
PGPKdfParameters(int hashAlgorithm, int symmetricWrapAlgorithm)
           
 
Method Summary
 int getHashAlgorithm()
           
 int getSymmetricWrapAlgorithm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPKdfParameters

public PGPKdfParameters(int hashAlgorithm,
                        int symmetricWrapAlgorithm)
Method Detail

getSymmetricWrapAlgorithm

public int getSymmetricWrapAlgorithm()

getHashAlgorithm

public int getHashAlgorithm()

Bouncy Castle Cryptography Library 1.81