public class org.bouncycastle.asn1.est.CsrAttrs extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.est.CsrAttrs
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private final org.bouncycastle.asn1.est.AttrOrOID[] attrOrOIDs;
    descriptor: [Lorg/bouncycastle/asn1/est/AttrOrOID;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.bouncycastle.asn1.est.CsrAttrs getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/est/CsrAttrs;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 22
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.est.CsrAttrs
            ifeq 2
         1: .line 24
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.est.CsrAttrs
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 29
            new org.bouncycastle.asn1.est.CsrAttrs
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.est.CsrAttrs.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 32
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public static org.bouncycastle.asn1.est.CsrAttrs getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/est/CsrAttrs;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
        start local 1 // boolean explicit
         0: .line 39
            aload 0 /* obj */
            iload 1 /* explicit */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.est.CsrAttrs.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/est/CsrAttrs;
            areturn
        end local 1 // boolean explicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0       obj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
            0    1     1  explicit  Z
    MethodParameters:
          Name  Flags
      obj       
      explicit  

  public void <init>(org.bouncycastle.asn1.est.AttrOrOID);
    descriptor: (Lorg/bouncycastle/asn1/est/AttrOrOID;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
        start local 1 // org.bouncycastle.asn1.est.AttrOrOID attrOrOID
         0: .line 47
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_1
            anewarray org.bouncycastle.asn1.est.AttrOrOID
            dup
            iconst_0
            aload 1 /* attrOrOID */
            aastore
            putfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
         2: .line 51
            return
        end local 1 // org.bouncycastle.asn1.est.AttrOrOID attrOrOID
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/bouncycastle/asn1/est/CsrAttrs;
            0    3     1  attrOrOID  Lorg/bouncycastle/asn1/est/AttrOrOID;
    MethodParameters:
           Name  Flags
      attrOrOID  

  public void <init>(org.bouncycastle.asn1.est.AttrOrOID[]);
    descriptor: ([Lorg/bouncycastle/asn1/est/AttrOrOID;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
        start local 1 // org.bouncycastle.asn1.est.AttrOrOID[] attrOrOIDs
         0: .line 54
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* attrOrOIDs */
            invokestatic org.bouncycastle.asn1.est.Utils.clone:([Lorg/bouncycastle/asn1/est/AttrOrOID;)[Lorg/bouncycastle/asn1/est/AttrOrOID;
            putfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
         2: .line 58
            return
        end local 1 // org.bouncycastle.asn1.est.AttrOrOID[] attrOrOIDs
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/bouncycastle/asn1/est/CsrAttrs;
            0    3     1  attrOrOIDs  [Lorg/bouncycastle/asn1/est/AttrOrOID;
    MethodParameters:
            Name  Flags
      attrOrOIDs  

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 60
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            anewarray org.bouncycastle.asn1.est.AttrOrOID
            putfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
         2: .line 65
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 67
      StackMap locals: org.bouncycastle.asn1.est.CsrAttrs org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
            iload 2 /* i */
            aload 1 /* seq */
            iload 2 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.est.AttrOrOID.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/est/AttrOrOID;
            aastore
         5: .line 65
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpne 4
        end local 2 // int i
         7: .line 69
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/est/CsrAttrs;
            0    8     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            3    7     2     i  I
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.est.AttrOrOID[] getAttrOrOIDs();
    descriptor: ()[Lorg/bouncycastle/asn1/est/AttrOrOID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
            invokestatic org.bouncycastle.asn1.est.Utils.clone:([Lorg/bouncycastle/asn1/est/AttrOrOID;)[Lorg/bouncycastle/asn1/est/AttrOrOID;
            areturn
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/est/CsrAttrs;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
         0: .line 78
            aload 0 /* this */
            getfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
            arraylength
            ireturn
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/est/CsrAttrs;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.est.CsrAttrs this
         0: .line 83
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.est.CsrAttrs.attrOrOIDs:[Lorg/bouncycastle/asn1/est/AttrOrOID;
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:([Lorg/bouncycastle/asn1/ASN1Encodable;)V
            areturn
        end local 0 // org.bouncycastle.asn1.est.CsrAttrs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/est/CsrAttrs;
}
SourceFile: "CsrAttrs.java"