Class KeyParameter
- java.lang.Object
-
- com.ongres.scram.common.bouncycastle.pbkdf2.KeyParameter
-
- All Implemented Interfaces:
CipherParameters
public class KeyParameter extends java.lang.Object implements CipherParameters
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
key
-
Constructor Summary
Constructors Constructor Description KeyParameter(byte[] key)
KeyParameter(byte[] key, int keyOff, int keyLen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getKey()
-