Class KeyParameter
java.lang.Object
com.ongres.scram.common.bouncycastle.pbkdf2.KeyParameter
- All Implemented Interfaces:
CipherParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
private byte[] key
-
-
Constructor Details
-
KeyParameter
public KeyParameter(byte[] key) -
KeyParameter
public KeyParameter(byte[] key, int keyOff, int keyLen)
-
-
Method Details
-
getKey
public byte[] getKey()
-