public class org.bouncycastle.crypto.util.PBKDF2Config$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.util.PBKDF2Config$Builder
  super_class: java.lang.Object
{
  private int iterationCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private org.bouncycastle.asn1.x509.AlgorithmIdentifier prf;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            sipush 1024
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.iterationCount:I
         2: .line 79
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.saltLength:I
         3: .line 80
            aload 0 /* this */
            getstatic org.bouncycastle.crypto.util.PBKDF2Config.PRF_SHA1:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.prf:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         4: .line 89
            return
        end local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;

  public org.bouncycastle.crypto.util.PBKDF2Config$Builder withIterationCount(int);
    descriptor: (I)Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
        start local 1 // int iterationCount
         0: .line 99
            aload 0 /* this */
            iload 1 /* iterationCount */
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.iterationCount:I
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // int iterationCount
        end local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
            0    2     1  iterationCount  I
    MethodParameters:
                Name  Flags
      iterationCount  

  public org.bouncycastle.crypto.util.PBKDF2Config$Builder withPRF(org.bouncycastle.asn1.x509.AlgorithmIdentifier);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier prf
         0: .line 112
            aload 0 /* this */
            aload 1 /* prf */
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.prf:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         1: .line 114
            aload 0 /* this */
            areturn
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier prf
        end local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
            0    2     1   prf  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    MethodParameters:
      Name  Flags
      prf   

  public org.bouncycastle.crypto.util.PBKDF2Config$Builder withSaltLength(int);
    descriptor: (I)Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
        start local 1 // int saltLength
         0: .line 125
            aload 0 /* this */
            iload 1 /* saltLength */
            putfield org.bouncycastle.crypto.util.PBKDF2Config$Builder.saltLength:I
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // int saltLength
        end local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
            0    2     1  saltLength  I
    MethodParameters:
            Name  Flags
      saltLength  

  public org.bouncycastle.crypto.util.PBKDF2Config build();
    descriptor: ()Lorg/bouncycastle/crypto/util/PBKDF2Config;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
         0: .line 132
            new org.bouncycastle.crypto.util.PBKDF2Config
            dup
            aload 0 /* this */
            invokespecial org.bouncycastle.crypto.util.PBKDF2Config.<init>:(Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;)V
            areturn
        end local 0 // org.bouncycastle.crypto.util.PBKDF2Config$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/util/PBKDF2Config$Builder;
}
SourceFile: "PBKDF2Config.java"
NestHost: org.bouncycastle.crypto.util.PBKDF2Config
InnerClasses:
  public Builder = org.bouncycastle.crypto.util.PBKDF2Config$Builder of org.bouncycastle.crypto.util.PBKDF2Config