public class javax.crypto.spec.RC5ParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.crypto.spec.RC5ParameterSpec
  super_class: java.lang.Object
{
  private byte[] iv;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int version;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int rounds;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int wordSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
        start local 1 // int version
        start local 2 // int rounds
        start local 3 // int wordSize
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aconst_null
            putfield javax.crypto.spec.RC5ParameterSpec.iv:[B
         2: .line 63
            aload 0 /* this */
            iload 1 /* version */
            putfield javax.crypto.spec.RC5ParameterSpec.version:I
         3: .line 64
            aload 0 /* this */
            iload 2 /* rounds */
            putfield javax.crypto.spec.RC5ParameterSpec.rounds:I
         4: .line 65
            aload 0 /* this */
            iload 3 /* wordSize */
            putfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
         5: .line 66
            return
        end local 3 // int wordSize
        end local 2 // int rounds
        end local 1 // int version
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljavax/crypto/spec/RC5ParameterSpec;
            0    6     1   version  I
            0    6     2    rounds  I
            0    6     3  wordSize  I
    MethodParameters:
          Name  Flags
      version   
      rounds    
      wordSize  

  public void <init>(int, int, int, byte[]);
    descriptor: (III[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
        start local 1 // int version
        start local 2 // int rounds
        start local 3 // int wordSize
        start local 4 // byte[] iv
         0: .line 86
            aload 0 /* this */
            iload 1 /* version */
            iload 2 /* rounds */
            iload 3 /* wordSize */
            aload 4 /* iv */
            iconst_0
            invokespecial javax.crypto.spec.RC5ParameterSpec.<init>:(III[BI)V
         1: .line 87
            return
        end local 4 // byte[] iv
        end local 3 // int wordSize
        end local 2 // int rounds
        end local 1 // int version
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/crypto/spec/RC5ParameterSpec;
            0    2     1   version  I
            0    2     2    rounds  I
            0    2     3  wordSize  I
            0    2     4        iv  [B
    MethodParameters:
          Name  Flags
      version   
      rounds    
      wordSize  
      iv        

  public void <init>(int, int, int, byte[], int);
    descriptor: (III[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
        start local 1 // int version
        start local 2 // int rounds
        start local 3 // int wordSize
        start local 4 // byte[] iv
        start local 5 // int offset
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aconst_null
            putfield javax.crypto.spec.RC5ParameterSpec.iv:[B
         2: .line 114
            aload 0 /* this */
            iload 1 /* version */
            putfield javax.crypto.spec.RC5ParameterSpec.version:I
         3: .line 115
            aload 0 /* this */
            iload 2 /* rounds */
            putfield javax.crypto.spec.RC5ParameterSpec.rounds:I
         4: .line 116
            aload 0 /* this */
            iload 3 /* wordSize */
            putfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
         5: .line 117
            aload 4 /* iv */
            ifnonnull 6
            new java.lang.IllegalArgumentException
            dup
            ldc "IV missing"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 118
      StackMap locals: javax.crypto.spec.RC5ParameterSpec int int int byte[] int
      StackMap stack:
            iload 3 /* wordSize */
            bipush 8
            idiv
            iconst_2
            imul
            istore 6 /* blockSize */
        start local 6 // int blockSize
         7: .line 119
            aload 4 /* iv */
            arraylength
            iload 5 /* offset */
            isub
            iload 6 /* blockSize */
            if_icmpge 9
         8: .line 120
            new java.lang.IllegalArgumentException
            dup
            ldc "IV too short"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 122
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* blockSize */
            newarray 8
            putfield javax.crypto.spec.RC5ParameterSpec.iv:[B
        10: .line 123
            aload 4 /* iv */
            iload 5 /* offset */
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            iconst_0
            iload 6 /* blockSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 124
            return
        end local 6 // int blockSize
        end local 5 // int offset
        end local 4 // byte[] iv
        end local 3 // int wordSize
        end local 2 // int rounds
        end local 1 // int version
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljavax/crypto/spec/RC5ParameterSpec;
            0   12     1    version  I
            0   12     2     rounds  I
            0   12     3   wordSize  I
            0   12     4         iv  [B
            0   12     5     offset  I
            7   12     6  blockSize  I
    MethodParameters:
          Name  Flags
      version   
      rounds    
      wordSize  
      iv        
      offset    

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
         0: .line 132
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.version:I
            ireturn
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/RC5ParameterSpec;

  public int getRounds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
         0: .line 141
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.rounds:I
            ireturn
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/RC5ParameterSpec;

  public int getWordSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
         0: .line 150
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
            ireturn
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/RC5ParameterSpec;

  public byte[] getIV();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
         0: .line 160
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
      StackMap locals:
      StackMap stack: byte[]
         2: areturn
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/crypto/spec/RC5ParameterSpec;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
        start local 1 // java.lang.Object obj
         0: .line 175
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 176
            iconst_1
            ireturn
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javax.crypto.spec.RC5ParameterSpec
            ifne 4
         3: .line 179
            iconst_0
            ireturn
         4: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.crypto.spec.RC5ParameterSpec
            astore 2 /* other */
        start local 2 // javax.crypto.spec.RC5ParameterSpec other
         5: .line 183
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.version:I
            aload 2 /* other */
            getfield javax.crypto.spec.RC5ParameterSpec.version:I
            if_icmpne 10
         6: .line 184
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.rounds:I
            aload 2 /* other */
            getfield javax.crypto.spec.RC5ParameterSpec.rounds:I
            if_icmpne 10
         7: .line 185
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
            aload 2 /* other */
            getfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
            if_icmpne 10
         8: .line 186
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            aload 2 /* other */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 10
         9: .line 183
            iconst_1
            ireturn
      StackMap locals: javax.crypto.spec.RC5ParameterSpec
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // javax.crypto.spec.RC5ParameterSpec other
        end local 1 // java.lang.Object obj
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljavax/crypto/spec/RC5ParameterSpec;
            0   11     1    obj  Ljava/lang/Object;
            5   11     2  other  Ljavax/crypto/spec/RC5ParameterSpec;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.crypto.spec.RC5ParameterSpec this
         0: .line 194
            iconst_0
            istore 1 /* retval */
        start local 1 // int retval
         1: .line 195
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            ifnull 7
         2: .line 196
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 197
      StackMap locals: int int
      StackMap stack:
            iload 1 /* retval */
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            iload 2 /* i */
            baload
            iload 2 /* i */
            imul
            iadd
            istore 1 /* retval */
         5: .line 196
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.iv:[B
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 200
      StackMap locals:
      StackMap stack:
            iload 1 /* retval */
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.version:I
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.rounds:I
            iadd
            aload 0 /* this */
            getfield javax.crypto.spec.RC5ParameterSpec.wordSize:I
            iadd
            iadd
            istore 1 /* retval */
         8: .line 201
            iload 1 /* retval */
            ireturn
        end local 1 // int retval
        end local 0 // javax.crypto.spec.RC5ParameterSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljavax/crypto/spec/RC5ParameterSpec;
            1    9     1  retval  I
            3    7     2       i  I
}
SourceFile: "RC5ParameterSpec.java"