com.jcraft.jsch.jce
Class PBKDF

java.lang.Object
  extended by com.jcraft.jsch.jce.PBKDF
All Implemented Interfaces:
PBKDF

public class PBKDF
extends Object
implements PBKDF


Constructor Summary
PBKDF()
           
 
Method Summary
 byte[] getKey(byte[] _pass, byte[] salt, int iterations, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBKDF

public PBKDF()
Method Detail

getKey

public byte[] getKey(byte[] _pass,
                     byte[] salt,
                     int iterations,
                     int size)
Specified by:
getKey in interface PBKDF


Copyright © 2014 JCraft,Inc.. All Rights Reserved.