Class KeyParameter
- java.lang.Object
-
- com.ongres.scram.common.bouncycastle.pbkdf2.KeyParameter
-
- All Implemented Interfaces:
CipherParameters
public class KeyParameter extends Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description KeyParameter(byte[] key)
KeyParameter(byte[] key, int keyOff, int keyLen)
-