public class org.bouncycastle.asn1.x509.qualified.SemanticsInformation extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.qualified.SemanticsInformation
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.GeneralName[] nameRegistrationAuthorities;
    descriptor: [Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0000) 

  public static org.bouncycastle.asn1.x509.qualified.SemanticsInformation getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 34
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.qualified.SemanticsInformation
            ifeq 2
         1: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.qualified.SemanticsInformation
            areturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 41
            new org.bouncycastle.asn1.x509.qualified.SemanticsInformation
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.qualified.SemanticsInformation.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 44
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "unknown object in getInstance"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        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 void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 47
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 49
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         2: .line 50
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmpge 4
         3: .line 52
            new java.lang.IllegalArgumentException
            dup
            ldc "no objects in SemanticsInformation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 55
      StackMap locals: org.bouncycastle.asn1.x509.qualified.SemanticsInformation org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            astore 3 /* object */
        start local 3 // java.lang.Object object
         5: .line 56
            aload 3 /* object */
            instanceof org.bouncycastle.asn1.DERObjectIdentifier
            ifeq 11
         6: .line 58
            aload 0 /* this */
            aload 3 /* object */
            invokestatic org.bouncycastle.asn1.DERObjectIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERObjectIdentifier;
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         7: .line 59
            aload 2 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifeq 10
         8: .line 61
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            astore 3 /* object */
         9: .line 62
            goto 11
        10: .line 65
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 3 /* object */
        11: .line 69
      StackMap locals:
      StackMap stack:
            aload 3 /* object */
            ifnull 19
        12: .line 71
            aload 3 /* object */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            astore 4 /* generalNameSeq */
        start local 4 // org.bouncycastle.asn1.ASN1Sequence generalNameSeq
        13: .line 72
            aload 0 /* this */
            aload 4 /* generalNameSeq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            anewarray org.bouncycastle.asn1.x509.GeneralName
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
        14: .line 73
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 18
        16: .line 75
      StackMap locals: org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
            iload 5 /* i */
            aload 4 /* generalNameSeq */
            iload 5 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
            aastore
        17: .line 73
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            aload 4 /* generalNameSeq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmplt 16
        end local 5 // int i
        end local 4 // org.bouncycastle.asn1.ASN1Sequence generalNameSeq
        19: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object object
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
            0   20     1             seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   20     2               e  Ljava/util/Enumeration;
            5   20     3          object  Ljava/lang/Object;
           13   19     4  generalNameSeq  Lorg/bouncycastle/asn1/ASN1Sequence;
           15   19     5               i  I
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.x509.GeneralName[]);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;[Lorg/bouncycastle/asn1/x509/GeneralName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier
        start local 2 // org.bouncycastle.asn1.x509.GeneralName[] generalNames
         0: .line 80
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* semanticsIdentifier */
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 85
            aload 0 /* this */
            aload 2 /* generalNames */
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 86
            return
        end local 2 // org.bouncycastle.asn1.x509.GeneralName[] generalNames
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
            0    4     1  semanticsIdentifier  Lorg/bouncycastle/asn1/DERObjectIdentifier;
            0    4     2         generalNames  [Lorg/bouncycastle/asn1/x509/GeneralName;
    MethodParameters:
                     Name  Flags
      semanticsIdentifier  
      generalNames         

  public void <init>(org.bouncycastle.asn1.DERObjectIdentifier);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier
         0: .line 88
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* semanticsIdentifier */
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 91
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 92
            return
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
            0    4     1  semanticsIdentifier  Lorg/bouncycastle/asn1/DERObjectIdentifier;
    MethodParameters:
                     Name  Flags
      semanticsIdentifier  

  public void <init>(org.bouncycastle.asn1.x509.GeneralName[]);
    descriptor: ([Lorg/bouncycastle/asn1/x509/GeneralName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
        start local 1 // org.bouncycastle.asn1.x509.GeneralName[] generalNames
         0: .line 94
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 96
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 97
            aload 0 /* this */
            aload 1 /* generalNames */
            putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 98
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralName[] generalNames
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
            0    4     1  generalNames  [Lorg/bouncycastle/asn1/x509/GeneralName;
    MethodParameters:
              Name  Flags
      generalNames  

  public org.bouncycastle.asn1.DERObjectIdentifier getSemanticsIdentifier();
    descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
         0: .line 102
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;

  public org.bouncycastle.asn1.x509.GeneralName[] getNameRegistrationAuthorities();
    descriptor: ()[Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
         0: .line 107
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
         0: .line 112
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* seq */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector seq
         1: .line 114
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            ifnull 3
         2: .line 116
            aload 1 /* seq */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 118
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
            ifnull 11
         4: .line 120
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 2 /* seqname */
        start local 2 // org.bouncycastle.asn1.ASN1EncodableVector seqname
         5: .line 121
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 123
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector int
      StackMap stack:
            aload 2 /* seqname */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
            iload 3 /* i */
            aaload
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         8: .line 121
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
            arraylength
            if_icmplt 7
        end local 3 // int i
        10: .line 125
            aload 1 /* seq */
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 2 /* seqname */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
        end local 2 // org.bouncycastle.asn1.ASN1EncodableVector seqname
        11: .line 128
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* seq */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector seq
        end local 0 // org.bouncycastle.asn1.x509.qualified.SemanticsInformation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
            1   12     1      seq  Lorg/bouncycastle/asn1/ASN1EncodableVector;
            5   11     2  seqname  Lorg/bouncycastle/asn1/ASN1EncodableVector;
            6   10     3        i  I
}
SourceFile: "SemanticsInformation.java"