public class org.bouncycastle.asn1.dvcs.DVCSRequest extends org.bouncycastle.asn1.ASN1Object
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.dvcs.DVCSRequest
super_class: org.bouncycastle.asn1.ASN1Object
{
private org.bouncycastle.asn1.dvcs.DVCSRequestInformation requestInformation;
descriptor: Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.dvcs.Data data;
descriptor: Lorg/bouncycastle/asn1/dvcs/Data;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.GeneralName transactionIdentifier;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralName;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.asn1.dvcs.DVCSRequestInformation, org.bouncycastle.asn1.dvcs.Data);
descriptor: (Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;Lorg/bouncycastle/asn1/dvcs/Data;)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.dvcs.DVCSRequest.<init>:(Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;Lorg/bouncycastle/asn1/dvcs/Data;Lorg/bouncycastle/asn1/x509/GeneralName;)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/dvcs/DVCSRequest;
0 2 1 requestInformation Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
0 2 2 data Lorg/bouncycastle/asn1/dvcs/Data;
MethodParameters:
Name Flags
requestInformation
data
public void <init>(org.bouncycastle.asn1.dvcs.DVCSRequestInformation, org.bouncycastle.asn1.dvcs.Data, org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;Lorg/bouncycastle/asn1/dvcs/Data;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.ASN1Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
3: aload 0
aload 3
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
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/dvcs/DVCSRequest;
0 5 1 requestInformation Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
0 5 2 data Lorg/bouncycastle/asn1/dvcs/Data;
0 5 3 transactionIdentifier Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
requestInformation
data
transactionIdentifier
private void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
1: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
2: aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.dvcs.Data.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/Data;
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
3: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_2
if_icmple 5
4: aload 0
aload 1
iconst_2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
putfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
5: StackMap locals: org.bouncycastle.asn1.dvcs.DVCSRequest org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
0 6 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
seq
public static org.bouncycastle.asn1.dvcs.DVCSRequest getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.bouncycastle.asn1.dvcs.DVCSRequest
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.dvcs.DVCSRequest
areturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 4
3: new org.bouncycastle.asn1.dvcs.DVCSRequest
dup
aload 0
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
invokespecial org.bouncycastle.asn1.dvcs.DVCSRequest.<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 static org.bouncycastle.asn1.dvcs.DVCSRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
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.dvcs.DVCSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
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 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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 1
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
2: aload 1
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
3: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 5
4: aload 1
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
5: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
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 6 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
1 6 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "DVCSRequest {\nrequestInformation: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: ldc "data: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 4
new java.lang.StringBuilder
dup
ldc "transactionIdentifier: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
goto 5
StackMap locals:
StackMap stack: java.lang.StringBuilder
4: ldc ""
StackMap locals: org.bouncycastle.asn1.dvcs.DVCSRequest
StackMap stack: java.lang.StringBuilder java.lang.String
5: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
6: ldc "}\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
7: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
public org.bouncycastle.asn1.dvcs.Data getData();
descriptor: ()Lorg/bouncycastle/asn1/dvcs/Data;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
public org.bouncycastle.asn1.dvcs.DVCSRequestInformation getRequestInformation();
descriptor: ()Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
public org.bouncycastle.asn1.x509.GeneralName getTransactionIdentifier();
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.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
}
SourceFile: "DVCSRequest.java"