Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.util
Class PBKDFConfig

java.lang.Object
  extended byorg.bouncycastle.crypto.util.PBKDFConfig
Direct Known Subclasses:
PBKDF2Config, ScryptConfig

public abstract class PBKDFConfig
extends java.lang.Object

Base class for PBKDF configs.


Constructor Summary
protected PBKDFConfig(ASN1ObjectIdentifier algorithm)
           
 
Method Summary
 ASN1ObjectIdentifier getAlgorithm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBKDFConfig

protected PBKDFConfig(ASN1ObjectIdentifier algorithm)
Method Detail

getAlgorithm

public ASN1ObjectIdentifier getAlgorithm()

Bouncy Castle Cryptography Library 1.81