public class org.bouncycastle.crypto.params.KeyParameter implements org.bouncycastle.crypto.CipherParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.KeyParameter
  super_class: java.lang.Object
{
  private byte[] key;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.params.KeyParameter this
        start local 1 // byte[] key
         0: .line 13
            aload 0 /* this */
            aload 1 /* key */
            iconst_0
            aload 1 /* key */
            arraylength
            invokespecial org.bouncycastle.crypto.params.KeyParameter.<init>:([BII)V
         1: .line 14
            return
        end local 1 // byte[] key
        end local 0 // org.bouncycastle.crypto.params.KeyParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/crypto/params/KeyParameter;
            0    2     1   key  [B
    MethodParameters:
      Name  Flags
      key   

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.crypto.params.KeyParameter this
        start local 1 // byte[] key
        start local 2 // int keyOff
        start local 3 // int keyLen
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            iload 3 /* keyLen */
            newarray 8
            putfield org.bouncycastle.crypto.params.KeyParameter.key:[B
         2: .line 23
            aload 1 /* key */
            iload 2 /* keyOff */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.KeyParameter.key:[B
            iconst_0
            iload 3 /* keyLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 24
            return
        end local 3 // int keyLen
        end local 2 // int keyOff
        end local 1 // byte[] key
        end local 0 // org.bouncycastle.crypto.params.KeyParameter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/crypto/params/KeyParameter;
            0    4     1     key  [B
            0    4     2  keyOff  I
            0    4     3  keyLen  I
    MethodParameters:
        Name  Flags
      key     
      keyOff  
      keyLen  

  public byte[] getKey();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.KeyParameter this
         0: .line 28
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.KeyParameter.key:[B
            areturn
        end local 0 // org.bouncycastle.crypto.params.KeyParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/KeyParameter;
}
SourceFile: "KeyParameter.java"