Bouncy Castle Cryptography 1.50

org.bouncycastle.jcajce.spec
Class PBKDF2KeySpec

java.lang.Object
  extended by javax.crypto.spec.PBEKeySpec
      extended by org.bouncycastle.jcajce.spec.PBKDF2KeySpec
All Implemented Interfaces:
java.security.spec.KeySpec

public class PBKDF2KeySpec
extends javax.crypto.spec.PBEKeySpec


Constructor Summary
PBKDF2KeySpec(char[] password, byte[] salt, int iterationCount, int keySize, AlgorithmIdentifier prf)
           
 
Method Summary
 AlgorithmIdentifier getPrf()
           
 
Methods inherited from class javax.crypto.spec.PBEKeySpec
clearPassword, getIterationCount, getKeyLength, getPassword, getSalt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBKDF2KeySpec

public PBKDF2KeySpec(char[] password,
                     byte[] salt,
                     int iterationCount,
                     int keySize,
                     AlgorithmIdentifier prf)
Method Detail

getPrf

public AlgorithmIdentifier getPrf()

Bouncy Castle Cryptography 1.50