Class KeyParameter

java.lang.Object
org.bouncycastle.crypto.params.KeyParameter
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
DESParameters

public class KeyParameter extends Object implements CipherParameters
  • Constructor Details

    • KeyParameter

      public KeyParameter(byte[] key)
    • KeyParameter

      public KeyParameter(byte[] key, int keyOff, int keyLen)
  • Method Details

    • getKey

      public byte[] getKey()