public class org.bouncycastle.asn1.ocsp.TBSRequest extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.ocsp.TBSRequest
super_class: org.bouncycastle.asn1.ASN1Encodable
{
private static final org.bouncycastle.asn1.DERInteger V1;
descriptor: Lorg/bouncycastle/asn1/DERInteger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
org.bouncycastle.asn1.DERInteger version;
descriptor: Lorg/bouncycastle/asn1/DERInteger;
flags: (0x0000)
org.bouncycastle.asn1.x509.GeneralName requestorName;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralName;
flags: (0x0000)
org.bouncycastle.asn1.ASN1Sequence requestList;
descriptor: Lorg/bouncycastle/asn1/ASN1Sequence;
flags: (0x0000)
org.bouncycastle.asn1.x509.X509Extensions requestExtensions;
descriptor: Lorg/bouncycastle/asn1/x509/X509Extensions;
flags: (0x0000)
boolean versionSet;
descriptor: Z
flags: (0x0000)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.bouncycastle.asn1.DERInteger
dup
iconst_0
invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
putstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.bouncycastle.asn1.x509.GeneralName, org.bouncycastle.asn1.ASN1Sequence, org.bouncycastle.asn1.x509.X509Extensions);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralName;Lorg/bouncycastle/asn1/ASN1Sequence;Lorg/bouncycastle/asn1/x509/X509Extensions;)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
getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
2: aload 0
aload 1
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
3: aload 0
aload 2
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
4: aload 0
aload 3
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
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/ocsp/TBSRequest;
0 6 1 requestorName Lorg/bouncycastle/asn1/x509/GeneralName;
0 6 2 requestList Lorg/bouncycastle/asn1/ASN1Sequence;
0 6 3 requestExtensions Lorg/bouncycastle/asn1/x509/X509Extensions;
MethodParameters:
Name Flags
requestorName
requestList
requestExtensions
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: iconst_0
istore 2
start local 2 2: aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
instanceof org.bouncycastle.asn1.ASN1TaggedObject
ifeq 11
3: aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1TaggedObject
astore 3
start local 3 4: aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
ifne 9
5: aload 0
iconst_1
putfield org.bouncycastle.asn1.ocsp.TBSRequest.versionSet:Z
6: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1TaggedObject
iconst_1
invokestatic org.bouncycastle.asn1.DERInteger.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/DERInteger;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
7: iinc 2 1
8: goto 12
9: StackMap locals: org.bouncycastle.asn1.ocsp.TBSRequest org.bouncycastle.asn1.ASN1Sequence int org.bouncycastle.asn1.ASN1TaggedObject
StackMap stack:
aload 0
getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
end local 3 10: goto 12
11: StackMap locals:
StackMap stack:
aload 0
getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
12: StackMap locals:
StackMap stack:
aload 1
iload 2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
instanceof org.bouncycastle.asn1.ASN1TaggedObject
ifeq 14
13: aload 0
aload 1
iload 2
iinc 2 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1TaggedObject
iconst_1
invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/GeneralName;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
14: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iinc 2 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1Sequence
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
15: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iload 2
iconst_1
iadd
if_icmpne 17
16: aload 0
aload 1
iload 2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1TaggedObject
iconst_1
invokestatic org.bouncycastle.asn1.x509.X509Extensions.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/X509Extensions;
putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
17: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
0 18 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
2 18 2 index I
4 10 3 o Lorg/bouncycastle/asn1/ASN1TaggedObject;
MethodParameters:
Name Flags
seq
public static org.bouncycastle.asn1.ocsp.TBSRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
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.ocsp.TBSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
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.ocsp.TBSRequest getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
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.ocsp.TBSRequest
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
checkcast org.bouncycastle.asn1.ocsp.TBSRequest
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.ocsp.TBSRequest
dup
aload 0
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.ocsp.TBSRequest.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "unknown object in factory: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
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;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public org.bouncycastle.asn1.DERInteger getVersion();
descriptor: ()Lorg/bouncycastle/asn1/DERInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
public org.bouncycastle.asn1.x509.GeneralName getRequestorName();
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.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
public org.bouncycastle.asn1.ASN1Sequence getRequestList();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Sequence;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
public org.bouncycastle.asn1.x509.X509Extensions getRequestExtensions();
descriptor: ()Lorg/bouncycastle/asn1/x509/X509Extensions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
public org.bouncycastle.asn1.DERObject toASN1Object();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
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.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
invokevirtual org.bouncycastle.asn1.DERInteger.equals:(Ljava/lang/Object;)Z
ifeq 2
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.versionSet:Z
ifeq 3
2: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_0
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
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:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 5
4: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_1
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName: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
5: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
6: aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
ifnull 8
7: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iconst_2
aload 0
getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
8: 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 9 0 this Lorg/bouncycastle/asn1/ocsp/TBSRequest;
1 9 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "TBSRequest.java"