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

  private org.bouncycastle.crypto.CipherParameters parameters;
    descriptor: Lorg/bouncycastle/crypto/CipherParameters;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  public org.bouncycastle.crypto.CipherParameters getParameters();
    descriptor: ()Lorg/bouncycastle/crypto/CipherParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.ParametersWithIV this
         0: .line 37
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.ParametersWithIV.parameters:Lorg/bouncycastle/crypto/CipherParameters;
            areturn
        end local 0 // org.bouncycastle.crypto.params.ParametersWithIV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/ParametersWithIV;
}
SourceFile: "ParametersWithIV.java"