public class org.bouncycastle.crypto.params.IESWithCipherParameters extends org.bouncycastle.crypto.params.IESParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.IESWithCipherParameters
  super_class: org.bouncycastle.crypto.params.IESParameters
{
  private int cipherKeySize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[], byte[], int, int);
    descriptor: ([B[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.bouncycastle.crypto.params.IESWithCipherParameters this
        start local 1 // byte[] derivation
        start local 2 // byte[] encoding
        start local 3 // int macKeySize
        start local 4 // int cipherKeySize
         0: .line 21
            aload 0 /* this */
            aload 1 /* derivation */
            aload 2 /* encoding */
            iload 3 /* macKeySize */
            invokespecial org.bouncycastle.crypto.params.IESParameters.<init>:([B[BI)V
         1: .line 23
            aload 0 /* this */
            iload 4 /* cipherKeySize */
            putfield org.bouncycastle.crypto.params.IESWithCipherParameters.cipherKeySize:I
         2: .line 24
            return
        end local 4 // int cipherKeySize
        end local 3 // int macKeySize
        end local 2 // byte[] encoding
        end local 1 // byte[] derivation
        end local 0 // org.bouncycastle.crypto.params.IESWithCipherParameters this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/bouncycastle/crypto/params/IESWithCipherParameters;
            0    3     1     derivation  [B
            0    3     2       encoding  [B
            0    3     3     macKeySize  I
            0    3     4  cipherKeySize  I
    MethodParameters:
               Name  Flags
      derivation     
      encoding       
      macKeySize     
      cipherKeySize  

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