public class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo;
    descriptor: Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.x500.X500Name subject;
    descriptor: Lorg/bouncycastle/asn1/x500/X500Name;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List attributes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private boolean leaveOffEmpty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder);
    descriptor: (Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder original
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
         2: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
         3: .line 56
            aload 0 /* this */
            aload 1 /* original */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
         4: .line 57
            aload 0 /* this */
            aload 1 /* original */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
         5: .line 58
            aload 0 /* this */
            aload 1 /* original */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
         6: .line 59
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* original */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
         7: .line 60
            return
        end local 1 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder original
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    8     1  original  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    MethodParameters:
          Name  Flags
      original  

  public void <init>(org.bouncycastle.asn1.x500.X500Name, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo);
    descriptor: (Lorg/bouncycastle/asn1/x500/X500Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.asn1.x500.X500Name subject
        start local 2 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
         2: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
         3: .line 71
            aload 0 /* this */
            aload 1 /* subject */
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
         4: .line 72
            aload 0 /* this */
            aload 2 /* publicKeyInfo */
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
         5: .line 73
            return
        end local 2 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo
        end local 1 // org.bouncycastle.asn1.x500.X500Name subject
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    6     1        subject  Lorg/bouncycastle/asn1/x500/X500Name;
            0    6     2  publicKeyInfo  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    MethodParameters:
               Name  Flags
      subject        
      publicKeyInfo  

  public org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder setAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        start local 2 // org.bouncycastle.asn1.ASN1Encodable attrValue
         0: .line 86
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         1: goto 4
         2: .line 88
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.pkcs.Attribute
            invokevirtual org.bouncycastle.asn1.pkcs.Attribute.getAttrType:()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            aload 1 /* attrType */
            invokevirtual org.bouncycastle.asn1.ASN1ObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 90
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Attribute "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrType */
            invokevirtual org.bouncycastle.asn1.ASN1ObjectIdentifier.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is already set"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 86
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 3 // java.util.Iterator it
         5: .line 93
            aload 0 /* this */
            aload 1 /* attrType */
            aload 2 /* attrValue */
            invokevirtual org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.addAttribute:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            pop
         6: .line 94
            aload 0 /* this */
            areturn
        end local 2 // org.bouncycastle.asn1.ASN1Encodable attrValue
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    7     1   attrType  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    7     2  attrValue  Lorg/bouncycastle/asn1/ASN1Encodable;
            1    5     3         it  Ljava/util/Iterator;
    MethodParameters:
           Name  Flags
      attrType   
      attrValue  

  public org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder setAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable[]);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;[Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        start local 2 // org.bouncycastle.asn1.ASN1Encodable[] attrValue
         0: .line 108
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         1: goto 4
         2: .line 110
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.pkcs.Attribute
            invokevirtual org.bouncycastle.asn1.pkcs.Attribute.getAttrType:()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            aload 1 /* attrType */
            invokevirtual org.bouncycastle.asn1.ASN1ObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 112
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Attribute "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrType */
            invokevirtual org.bouncycastle.asn1.ASN1ObjectIdentifier.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is already set"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 108
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 3 // java.util.Iterator it
         5: .line 115
            aload 0 /* this */
            aload 1 /* attrType */
            aload 2 /* attrValue */
            invokevirtual org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.addAttribute:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;[Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            pop
         6: .line 116
            aload 0 /* this */
            areturn
        end local 2 // org.bouncycastle.asn1.ASN1Encodable[] attrValue
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    7     1   attrType  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    7     2  attrValue  [Lorg/bouncycastle/asn1/ASN1Encodable;
            1    5     3         it  Ljava/util/Iterator;
    MethodParameters:
           Name  Flags
      attrType   
      attrValue  

  public org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        start local 2 // org.bouncycastle.asn1.ASN1Encodable attrValue
         0: .line 129
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            new org.bouncycastle.asn1.pkcs.Attribute
            dup
            aload 1 /* attrType */
            new org.bouncycastle.asn1.DERSet
            dup
            aload 2 /* attrValue */
            invokespecial org.bouncycastle.asn1.DERSet.<init>:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
            invokespecial org.bouncycastle.asn1.pkcs.Attribute.<init>:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Set;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 130
            aload 0 /* this */
            areturn
        end local 2 // org.bouncycastle.asn1.ASN1Encodable attrValue
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    2     1   attrType  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    2     2  attrValue  Lorg/bouncycastle/asn1/ASN1Encodable;
    MethodParameters:
           Name  Flags
      attrType   
      attrValue  

  public org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable[]);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;[Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        start local 2 // org.bouncycastle.asn1.ASN1Encodable[] attrValues
         0: .line 142
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            new org.bouncycastle.asn1.pkcs.Attribute
            dup
            aload 1 /* attrType */
            new org.bouncycastle.asn1.DERSet
            dup
            aload 2 /* attrValues */
            invokespecial org.bouncycastle.asn1.DERSet.<init>:([Lorg/bouncycastle/asn1/ASN1Encodable;)V
            invokespecial org.bouncycastle.asn1.pkcs.Attribute.<init>:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Set;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 2 // org.bouncycastle.asn1.ASN1Encodable[] attrValues
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier attrType
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    2     1    attrType  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    2     2  attrValues  [Lorg/bouncycastle/asn1/ASN1Encodable;
    MethodParameters:
            Name  Flags
      attrType    
      attrValues  

  public org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder setLeaveOffEmptyAttributes(boolean);
    descriptor: (Z)Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // boolean leaveOffEmpty
         0: .line 155
            aload 0 /* this */
            iload 1 /* leaveOffEmpty */
            putfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // boolean leaveOffEmpty
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0    2     1  leaveOffEmpty  Z
    MethodParameters:
               Name  Flags
      leaveOffEmpty  

  public org.bouncycastle.pkcs.PKCS10CertificationRequest build(org.bouncycastle.operator.ContentSigner);
    descriptor: (Lorg/bouncycastle/operator/ContentSigner;)Lorg/bouncycastle/pkcs/PKCS10CertificationRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=2
        start local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
        start local 1 // org.bouncycastle.operator.ContentSigner signer
         0: .line 171
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 6
         1: .line 173
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.leaveOffEmpty:Z
            ifeq 4
         2: .line 175
            new org.bouncycastle.asn1.pkcs.CertificationRequestInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            aconst_null
            invokespecial org.bouncycastle.asn1.pkcs.CertificationRequestInfo.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;Lorg/bouncycastle/asn1/ASN1Set;)V
            astore 2 /* info */
        start local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
         3: .line 176
            goto 12
        end local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
         4: .line 179
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.pkcs.CertificationRequestInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            new org.bouncycastle.asn1.DERSet
            dup
            invokespecial org.bouncycastle.asn1.DERSet.<init>:()V
            invokespecial org.bouncycastle.asn1.pkcs.CertificationRequestInfo.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;Lorg/bouncycastle/asn1/ASN1Set;)V
            astore 2 /* info */
        start local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
         5: .line 181
            goto 12
        end local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
         6: .line 184
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 3 /* v */
        start local 3 // org.bouncycastle.asn1.ASN1EncodableVector v
         7: .line 186
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.attributes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         8: goto 10
         9: .line 188
      StackMap locals: org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder org.bouncycastle.operator.ContentSigner top org.bouncycastle.asn1.ASN1EncodableVector java.util.Iterator
      StackMap stack:
            aload 3 /* v */
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic org.bouncycastle.asn1.pkcs.Attribute.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/Attribute;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
        10: .line 186
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 4 // java.util.Iterator it
        11: .line 191
            new org.bouncycastle.asn1.pkcs.CertificationRequestInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.subject:Lorg/bouncycastle/asn1/x500/X500Name;
            aload 0 /* this */
            getfield org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder.publicKeyInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            new org.bouncycastle.asn1.DERSet
            dup
            aload 3 /* v */
            invokespecial org.bouncycastle.asn1.DERSet.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            invokespecial org.bouncycastle.asn1.pkcs.CertificationRequestInfo.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;Lorg/bouncycastle/asn1/ASN1Set;)V
            astore 2 /* info */
        end local 3 // org.bouncycastle.asn1.ASN1EncodableVector v
        start local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
        12: .line 196
      StackMap locals: org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder org.bouncycastle.operator.ContentSigner org.bouncycastle.asn1.pkcs.CertificationRequestInfo
      StackMap stack:
            aload 1 /* signer */
            invokeinterface org.bouncycastle.operator.ContentSigner.getOutputStream:()Ljava/io/OutputStream;
            astore 3 /* sOut */
        start local 3 // java.io.OutputStream sOut
        13: .line 198
            aload 3 /* sOut */
            aload 2 /* info */
            ldc "DER"
            invokevirtual org.bouncycastle.asn1.pkcs.CertificationRequestInfo.getEncoded:(Ljava/lang/String;)[B
            invokevirtual java.io.OutputStream.write:([B)V
        14: .line 200
            aload 3 /* sOut */
            invokevirtual java.io.OutputStream.close:()V
        15: .line 202
            new org.bouncycastle.pkcs.PKCS10CertificationRequest
            dup
            new org.bouncycastle.asn1.pkcs.CertificationRequest
            dup
            aload 2 /* info */
            aload 1 /* signer */
            invokeinterface org.bouncycastle.operator.ContentSigner.getAlgorithmIdentifier:()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            new org.bouncycastle.asn1.DERBitString
            dup
            aload 1 /* signer */
            invokeinterface org.bouncycastle.operator.ContentSigner.getSignature:()[B
            invokespecial org.bouncycastle.asn1.DERBitString.<init>:([B)V
            invokespecial org.bouncycastle.asn1.pkcs.CertificationRequest.<init>:(Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DERBitString;)V
            invokespecial org.bouncycastle.pkcs.PKCS10CertificationRequest.<init>:(Lorg/bouncycastle/asn1/pkcs/CertificationRequest;)V
        16: areturn
        end local 3 // java.io.OutputStream sOut
        17: .line 204
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        18: .line 206
            new java.lang.IllegalStateException
            dup
            ldc "cannot produce certification request signature"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.bouncycastle.asn1.pkcs.CertificationRequestInfo info
        end local 1 // org.bouncycastle.operator.ContentSigner signer
        end local 0 // org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/bouncycastle/pkcs/PKCS10CertificationRequestBuilder;
            0   19     1  signer  Lorg/bouncycastle/operator/ContentSigner;
            3    4     2    info  Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
            5    6     2    info  Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
           12   19     2    info  Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
            7   12     3       v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
            8   11     4      it  Ljava/util/Iterator;
           13   17     3    sOut  Ljava/io/OutputStream;
      Exception table:
        from    to  target  type
          12    16      17  Class java.io.IOException
    MethodParameters:
        Name  Flags
      signer  
}
SourceFile: "PKCS10CertificationRequestBuilder.java"