Class KeyParameter
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.crypto.CipherParameters
public class KeyParameter implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description KeyParameter(Array<byte> key)
KeyParameter(Array<byte> key, int keyOff, int keyLen)
-