public class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private java.lang.String country;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  public static org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 62
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
            ifeq 2
         1: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 69
            new org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "illegal object in getInstance: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 73
            aload 0 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 72
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 97
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 99
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmplt 2
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_3
            if_icmple 3
         2: .line 101
      StackMap locals: org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad sequence size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         4: .line 105
            goto 18
         5: .line 107
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
            astore 3 /* o */
        start local 3 // org.bouncycastle.asn1.ASN1TaggedObject o
         6: .line 108
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            tableswitch { // 1 - 3
                    1: 7
                    2: 9
                    3: 11
              default: 17
          }
         7: .line 111
      StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            aload 3 /* o */
            iconst_1
            invokestatic org.bouncycastle.asn1.DERPrintableString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/DERPrintableString;
            invokevirtual org.bouncycastle.asn1.DERPrintableString.getString:()Ljava/lang/String;
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
         8: .line 112
            goto 18
         9: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* o */
            iconst_1
            invokestatic org.bouncycastle.asn1.x500.DirectoryString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x500/DirectoryString;
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
        10: .line 115
            goto 18
        11: .line 117
      StackMap locals:
      StackMap stack:
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
            astore 4 /* signingFor */
        start local 4 // org.bouncycastle.asn1.DEREncodable signingFor
        12: .line 118
            aload 4 /* signingFor */
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 15
        13: .line 120
            aload 0 /* this */
            aload 4 /* signingFor */
            invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
        14: .line 121
            goto 18
        15: .line 124
      StackMap locals: org.bouncycastle.asn1.DEREncodable
      StackMap stack:
            aload 0 /* this */
            aload 4 /* signingFor */
            invokestatic org.bouncycastle.asn1.x509.IssuerSerial.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/IssuerSerial;
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
        16: .line 126
            goto 18
        end local 4 // org.bouncycastle.asn1.DEREncodable signingFor
        17: .line 128
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad tag number: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.bouncycastle.asn1.ASN1TaggedObject o
        18: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 5
        19: .line 131
            return
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;
            0   20     1         seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            4   20     2           e  Ljava/util/Enumeration;
            6   18     3           o  Lorg/bouncycastle/asn1/ASN1TaggedObject;
           12   17     4  signingFor  Lorg/bouncycastle/asn1/DEREncodable;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(java.lang.String, org.bouncycastle.asn1.x500.DirectoryString, org.bouncycastle.asn1.x509.IssuerSerial);
    descriptor: (Ljava/lang/String;Lorg/bouncycastle/asn1/x500/DirectoryString;Lorg/bouncycastle/asn1/x509/IssuerSerial;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
        start local 1 // java.lang.String country
        start local 2 // org.bouncycastle.asn1.x500.DirectoryString typeOfSubstitution
        start local 3 // org.bouncycastle.asn1.x509.IssuerSerial certRef
         0: .line 144
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* country */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
         2: .line 150
            aload 0 /* this */
            aload 2 /* typeOfSubstitution */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
         3: .line 151
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
         4: .line 152
            aload 0 /* this */
            aload 3 /* certRef */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         5: .line 153
            return
        end local 3 // org.bouncycastle.asn1.x509.IssuerSerial certRef
        end local 2 // org.bouncycastle.asn1.x500.DirectoryString typeOfSubstitution
        end local 1 // java.lang.String country
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;
            0    6     1             country  Ljava/lang/String;
            0    6     2  typeOfSubstitution  Lorg/bouncycastle/asn1/x500/DirectoryString;
            0    6     3             certRef  Lorg/bouncycastle/asn1/x509/IssuerSerial;
    MethodParameters:
                    Name  Flags
      country             
      typeOfSubstitution  
      certRef             

  public void <init>(java.lang.String, org.bouncycastle.asn1.x500.DirectoryString, org.bouncycastle.asn1.x509.GeneralName);
    descriptor: (Ljava/lang/String;Lorg/bouncycastle/asn1/x500/DirectoryString;Lorg/bouncycastle/asn1/x509/GeneralName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
        start local 1 // java.lang.String country
        start local 2 // org.bouncycastle.asn1.x500.DirectoryString typeOfSubstitution
        start local 3 // org.bouncycastle.asn1.x509.GeneralName thirdPerson
         0: .line 166
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 171
            aload 0 /* this */
            aload 1 /* country */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
         2: .line 172
            aload 0 /* this */
            aload 2 /* typeOfSubstitution */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
         3: .line 173
            aload 0 /* this */
            aload 3 /* thirdPerson */
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
         4: .line 174
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         5: .line 175
            return
        end local 3 // org.bouncycastle.asn1.x509.GeneralName thirdPerson
        end local 2 // org.bouncycastle.asn1.x500.DirectoryString typeOfSubstitution
        end local 1 // java.lang.String country
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;
            0    6     1             country  Ljava/lang/String;
            0    6     2  typeOfSubstitution  Lorg/bouncycastle/asn1/x500/DirectoryString;
            0    6     3         thirdPerson  Lorg/bouncycastle/asn1/x509/GeneralName;
    MethodParameters:
                    Name  Flags
      country             
      typeOfSubstitution  
      thirdPerson         

  public java.lang.String getCountry();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
         0: .line 179
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;

  public org.bouncycastle.asn1.x500.DirectoryString getTypeOfSubstitution();
    descriptor: ()Lorg/bouncycastle/asn1/x500/DirectoryString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
         0: .line 184
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
            areturn
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;

  public org.bouncycastle.asn1.x509.GeneralName getThirdPerson();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
         0: .line 189
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
            areturn
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;

  public org.bouncycastle.asn1.x509.IssuerSerial getCertRef();
    descriptor: ()Lorg/bouncycastle/asn1/x509/IssuerSerial;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
         0: .line 194
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            areturn
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
         0: .line 220
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* vec */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector vec
         1: .line 221
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
            ifnull 3
         2: .line 223
            aload 1 /* vec */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_1
            new org.bouncycastle.asn1.DERPrintableString
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
            iconst_1
            invokespecial org.bouncycastle.asn1.DERPrintableString.<init>:(Ljava/lang/String;Z)V
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 225
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
            ifnull 5
         4: .line 227
            aload 1 /* vec */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         5: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
            ifnull 8
         6: .line 231
            aload 1 /* vec */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_3
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         7: .line 232
            goto 9
         8: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* vec */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_3
            aload 0 /* this */
            getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         9: .line 238
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* vec */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector vec
        end local 0 // org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/asn1/isismtt/x509/ProcurationSyntax;
            1   10     1   vec  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "ProcurationSyntax.java"