Package org.bitcoinj.crypto
Class PBKDF2SHA512
java.lang.Object
org.bitcoinj.crypto.PBKDF2SHA512
This is a clean-room implementation of PBKDF2 using RFC 2898 as a reference.
Modified to use SHA-512 by Ken Sedgwick (ken@bonsai.com)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PBKDF2SHA512
public PBKDF2SHA512()
-
-
Method Details
-
derive
Derive a key using PBKDF2-SHA512- Parameters:
P
- passwordS
- saltc
- iteration count, a positive integerdkLen
- intended length in octets of the derived key, a positive integer- Returns:
- derived key
-