com.jcraft.jsch
Interface PBKDF

All Known Implementing Classes:
PBKDF

public interface PBKDF


Method Summary
 byte[] getKey(byte[] pass, byte[] salt, int iteration, int size)
           
 

Method Detail

getKey

byte[] getKey(byte[] pass,
              byte[] salt,
              int iteration,
              int size)


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