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 0: aload 0
ifnull 1
aload 0
instanceof org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
checkcast org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
dup
aload 0
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: 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: aload 0
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: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 0 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 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_1
if_icmplt 2
aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_3
if_icmple 3
2: 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
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: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
astore 2
start local 2 4: goto 18
5: StackMap locals: java.util.Enumeration
StackMap stack:
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
astore 3
start local 3 6: aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
tableswitch { // 1 - 3
1: 7
2: 9
3: 11
default: 17
}
7: StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
StackMap stack:
aload 0
aload 3
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: goto 18
9: StackMap locals:
StackMap stack:
aload 0
aload 3
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: goto 18
11: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
astore 4
start local 4 12: aload 4
instanceof org.bouncycastle.asn1.ASN1TaggedObject
ifeq 15
13: aload 0
aload 4
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: goto 18
15: StackMap locals: org.bouncycastle.asn1.DEREncodable
StackMap stack:
aload 0
aload 4
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: goto 18
end local 4 17: 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
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 18: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 5
19: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
3: aload 0
aconst_null
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
4: aload 0
aload 3
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
5: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
3: aload 0
aload 3
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
4: aload 0
aconst_null
putfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
5: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.certRef:Lorg/bouncycastle/asn1/x509/IssuerSerial;
areturn
end local 0 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 0: new org.bouncycastle.asn1.ASN1EncodableVector
dup
invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
astore 1
start local 1 1: aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.country:Ljava/lang/String;
ifnull 3
2: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_1
new org.bouncycastle.asn1.DERPrintableString
dup
aload 0
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: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.typeOfSubstitution:Lorg/bouncycastle/asn1/x500/DirectoryString;
ifnull 5
4: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_2
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax.thirdPerson:Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 8
6: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_3
aload 0
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: goto 9
8: StackMap locals:
StackMap stack:
aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_3
aload 0
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: StackMap locals:
StackMap stack:
new org.bouncycastle.asn1.DERSequence
dup
aload 1
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
areturn
end local 1 end local 0 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"