public class org.bouncycastle.crypto.params.RC2Parameters extends org.bouncycastle.crypto.params.KeyParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.RC2Parameters
  super_class: org.bouncycastle.crypto.params.KeyParameter
{
  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 11
            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 12
            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=2, 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 18
            aload 0 /* this */
            aload 1 /* key */
            invokespecial org.bouncycastle.crypto.params.KeyParameter.<init>:([B)V
         1: .line 19
            aload 0 /* this */
            iload 2 /* bits */
            putfield org.bouncycastle.crypto.params.RC2Parameters.bits:I
         2: .line 20
            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    3     0  this  Lorg/bouncycastle/crypto/params/RC2Parameters;
            0    3     1   key  [B
            0    3     2  bits  I
    MethodParameters:
      Name  Flags
      key   
      bits  

  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 24
            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"