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

  private int bits;
    descriptor: I
    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.RC2Parameters this
        start local 1 // byte[] key
         0: .line 14
            aload 0 /* this */
            aload 1 /* key */
            aload 1 /* key */
            arraylength
            sipush 128
            if_icmple 1
            sipush 1024
            goto 2
      StackMap locals: uninitialized-this byte[]
      StackMap stack: uninitialized-this byte[]
         1: aload 1 /* key */
            arraylength
            bipush 8
            imul
      StackMap locals: uninitialized-this byte[]
      StackMap stack: uninitialized-this byte[] int
         2: invokespecial org.bouncycastle.crypto.params.RC2Parameters.<init>:([BI)V
         3: .line 15
            return
        end local 1 // byte[] key
        end local 0 // org.bouncycastle.crypto.params.RC2Parameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/crypto/params/RC2Parameters;
            0    4     1   key  [B
    MethodParameters:
      Name  Flags
      key   

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

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

  public int getEffectiveKeyBits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.RC2Parameters this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.RC2Parameters.bits:I
            ireturn
        end local 0 // org.bouncycastle.crypto.params.RC2Parameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/RC2Parameters;
}
SourceFile: "RC2Parameters.java"