-
Constructor Summary
Constructors
-
Method Summary
byte[]
void
init(byte[] salt,
int cost,
int blocksize,
int parallel)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
init
public void init(byte[] salt,
int cost,
int blocksize,
int parallel)
throws Exception
- Specified by:
init
in interface SCrypt
- Throws:
Exception
-
getKey
public byte[] getKey(byte[] pass,
int size)
- Specified by:
getKey
in interface KDF