public class org.bouncycastle.jce.spec.IESParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.IESParameterSpec
  super_class: java.lang.Object
{
  private byte[] derivation;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] encoding;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(byte[], byte[], int);
    descriptor: ([B[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
        start local 1 // byte[] derivation
        start local 2 // byte[] encoding
        start local 3 // int macKeySize
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* derivation */
            arraylength
            newarray 8
            putfield org.bouncycastle.jce.spec.IESParameterSpec.derivation:[B
         2: .line 21
            aload 1 /* derivation */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.IESParameterSpec.derivation:[B
            iconst_0
            aload 1 /* derivation */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 23
            aload 0 /* this */
            aload 2 /* encoding */
            arraylength
            newarray 8
            putfield org.bouncycastle.jce.spec.IESParameterSpec.encoding:[B
         4: .line 24
            aload 2 /* encoding */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.IESParameterSpec.encoding:[B
            iconst_0
            aload 2 /* encoding */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 26
            aload 0 /* this */
            iload 3 /* macKeySize */
            putfield org.bouncycastle.jce.spec.IESParameterSpec.macKeySize:I
         6: .line 27
            return
        end local 3 // int macKeySize
        end local 2 // byte[] encoding
        end local 1 // byte[] derivation
        end local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/bouncycastle/jce/spec/IESParameterSpec;
            0    7     1  derivation  [B
            0    7     2    encoding  [B
            0    7     3  macKeySize  I
    MethodParameters:
            Name  Flags
      derivation  
      encoding    
      macKeySize  

  public byte[] getDerivationV();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.IESParameterSpec.derivation:[B
            areturn
        end local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/IESParameterSpec;

  public byte[] getEncodingV();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
         0: .line 42
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.IESParameterSpec.encoding:[B
            areturn
        end local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/IESParameterSpec;

  public int getMacKeySize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.IESParameterSpec.macKeySize:I
            ireturn
        end local 0 // org.bouncycastle.jce.spec.IESParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/IESParameterSpec;
}
SourceFile: "IESParameterSpec.java"