public class PBKDF2Wrapper extends java.lang.Object
PBKDF2Wrapper()
byte[]
getDerivedKey(byte[] password, byte[] salt, int iterationCount, int keySize)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PBKDF2Wrapper()
public byte[] getDerivedKey(byte[] password, byte[] salt, int iterationCount, int keySize) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException