public class org.bouncycastle.asn1.x509.V2Form extends org.bouncycastle.asn1.ASN1Object
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.x509.V2Form
super_class: org.bouncycastle.asn1.ASN1Object
{
org.bouncycastle.asn1.x509.GeneralNames issuerName;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
flags: (0x0000)
org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID;
descriptor: Lorg/bouncycastle/asn1/x509/IssuerSerial;
flags: (0x0000)
org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo;
descriptor: Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
flags: (0x0000)
public static org.bouncycastle.asn1.x509.V2Form getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/V2Form;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
invokestatic org.bouncycastle.asn1.x509.V2Form.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/V2Form;
areturn
end local 1 end local 0 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 static org.bouncycastle.asn1.x509.V2Form getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/V2Form;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.bouncycastle.asn1.x509.V2Form
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.x509.V2Form
areturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 4
3: new org.bouncycastle.asn1.x509.V2Form
dup
aload 0
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public void <init>(org.bouncycastle.asn1.x509.GeneralNames);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
aconst_null
invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/x509/V2Form;
0 2 1 issuerName Lorg/bouncycastle/asn1/x509/GeneralNames;
MethodParameters:
Name Flags
issuerName
public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.IssuerSerial);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/x509/V2Form;
0 2 1 issuerName Lorg/bouncycastle/asn1/x509/GeneralNames;
0 2 2 baseCertificateID Lorg/bouncycastle/asn1/x509/IssuerSerial;
MethodParameters:
Name Flags
issuerName
baseCertificateID
public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.ObjectDigestInfo);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
aload 2
invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/x509/V2Form;
0 2 1 issuerName Lorg/bouncycastle/asn1/x509/GeneralNames;
0 2 2 objectDigestInfo Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
MethodParameters:
Name Flags
issuerName
objectDigestInfo
public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.IssuerSerial, org.bouncycastle.asn1.x509.ObjectDigestInfo);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)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.ASN1Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
3: aload 0
aload 3
putfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/bouncycastle/asn1/x509/V2Form;
0 5 1 issuerName Lorg/bouncycastle/asn1/x509/GeneralNames;
0 5 2 baseCertificateID Lorg/bouncycastle/asn1/x509/IssuerSerial;
0 5 3 objectDigestInfo Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
MethodParameters:
Name Flags
issuerName
baseCertificateID
objectDigestInfo
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
1: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_3
if_icmple 3
2: 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: org.bouncycastle.asn1.x509.V2Form org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
iconst_0
istore 2
start local 2 4: aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
instanceof org.bouncycastle.asn1.ASN1TaggedObject
ifne 7
5: iinc 2 1
6: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.x509.GeneralNames.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralNames;
putfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
7: StackMap locals: int
StackMap stack:
iload 2
istore 3
start local 3 8: goto 20
9: StackMap locals: int
StackMap stack:
aload 1
iload 3
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
astore 4
start local 4 10: aload 4
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
ifne 13
11: aload 0
aload 4
iconst_0
invokestatic org.bouncycastle.asn1.x509.IssuerSerial.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/IssuerSerial;
putfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
12: goto 19
13: StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
StackMap stack:
aload 4
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
iconst_1
if_icmpne 16
14: aload 0
aload 4
iconst_0
invokestatic org.bouncycastle.asn1.x509.ObjectDigestInfo.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
putfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
15: goto 19
16: 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
17: aload 4
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
18: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 4 19: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
20: iload 3
aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
if_icmpne 9
end local 3 21: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lorg/bouncycastle/asn1/x509/V2Form;
0 22 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
4 22 2 index I
8 21 3 i I
10 19 4 o Lorg/bouncycastle/asn1/ASN1TaggedObject;
MethodParameters:
Name Flags
seq
public org.bouncycastle.asn1.x509.GeneralNames getIssuerName();
descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/V2Form;
public org.bouncycastle.asn1.x509.IssuerSerial getBaseCertificateID();
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.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/V2Form;
public org.bouncycastle.asn1.x509.ObjectDigestInfo getObjectDigestInfo();
descriptor: ()Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/V2Form;
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, 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.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
ifnull 3
2: aload 1
aload 0
getfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
3: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
ifnull 5
4: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_0
iconst_0
aload 0
getfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
5: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
ifnull 7
6: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_0
iconst_1
aload 0
getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
7: 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 8 0 this Lorg/bouncycastle/asn1/x509/V2Form;
1 8 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "V2Form.java"