- All Implemented Interfaces:
KDF
, PBKDF2
public class PBKDF2HMACSHA256
extends Object
-
Constructor Summary
Constructors
-
Method Summary
byte[]
getKey(byte[] _pass,
int size)
void
init(byte[] salt,
int iterations)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PBKDF2HMACSHA256
public PBKDF2HMACSHA256()
-
Method Details
-
-
getKey
public byte[] getKey(byte[] _pass,
int size)
- Specified by:
getKey
in interface KDF