public class org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder
super_class: java.lang.Object
{
private int version;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final org.bouncycastle.asn1.dvcs.ServiceType service;
descriptor: Lorg/bouncycastle/asn1/dvcs/ServiceType;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.bouncycastle.asn1.dvcs.DVCSRequestInformation initialInfo;
descriptor: Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger nonce;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.dvcs.DVCSTime requestTime;
descriptor: Lorg/bouncycastle/asn1/dvcs/DVCSTime;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.GeneralNames requester;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.PolicyInformation requestPolicy;
descriptor: Lorg/bouncycastle/asn1/x509/PolicyInformation;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.GeneralNames dvcs;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.GeneralNames dataLocations;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.Extensions extensions;
descriptor: Lorg/bouncycastle/asn1/x509/Extensions;
flags: (0x0002) ACC_PRIVATE
private static final int DEFAULT_VERSION;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int TAG_REQUESTER;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int TAG_REQUEST_POLICY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int TAG_DVCS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final int TAG_DATA_LOCATIONS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private static final int TAG_EXTENSIONS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public void <init>(org.bouncycastle.asn1.dvcs.ServiceType);
descriptor: (Lorg/bouncycastle/asn1/dvcs/ServiceType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
2: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.service:Lorg/bouncycastle/asn1/dvcs/ServiceType;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 4 1 service Lorg/bouncycastle/asn1/dvcs/ServiceType;
MethodParameters:
Name Flags
service
public void <init>(org.bouncycastle.asn1.dvcs.DVCSRequestInformation);
descriptor: (Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
2: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
3: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getService:()Lorg/bouncycastle/asn1/dvcs/ServiceType;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.service:Lorg/bouncycastle/asn1/dvcs/ServiceType;
4: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getVersion:()I
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
5: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
6: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestTime:()Lorg/bouncycastle/asn1/dvcs/DVCSTime;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
7: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestPolicy:()Lorg/bouncycastle/asn1/x509/PolicyInformation;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestPolicy:Lorg/bouncycastle/asn1/x509/PolicyInformation;
8: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getDVCS:()Lorg/bouncycastle/asn1/x509/GeneralNames;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dvcs:Lorg/bouncycastle/asn1/x509/GeneralNames;
9: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getDataLocations:()Lorg/bouncycastle/asn1/x509/GeneralNames;
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dataLocations:Lorg/bouncycastle/asn1/x509/GeneralNames;
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 11 1 initialInfo Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
MethodParameters:
Name Flags
initialInfo
public org.bouncycastle.asn1.dvcs.DVCSRequestInformation build();
descriptor: ()Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, 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.dvcs.DVCSRequestInformationBuilder.version:I
iconst_1
if_icmpeq 3
2: aload 1
new org.bouncycastle.asn1.ASN1Integer
dup
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
i2l
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
3: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 1
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.service:Lorg/bouncycastle/asn1/dvcs/ServiceType;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
4: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
ifnull 6
5: aload 1
new org.bouncycastle.asn1.ASN1Integer
dup
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(Ljava/math/BigInteger;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
6: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
ifnull 8
7: aload 1
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
8: StackMap locals:
StackMap stack:
iconst_5
newarray 10
dup
iconst_1
9: iconst_1
iastore
dup
iconst_2
10: iconst_2
iastore
dup
iconst_3
11: iconst_3
iastore
dup
iconst_4
12: iconst_4
iastore
13: astore 2
start local 2 14: iconst_5
anewarray org.bouncycastle.asn1.ASN1Encodable
dup
iconst_0
15: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requester:Lorg/bouncycastle/asn1/x509/GeneralNames;
aastore
dup
iconst_1
16: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestPolicy:Lorg/bouncycastle/asn1/x509/PolicyInformation;
aastore
dup
iconst_2
17: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dvcs:Lorg/bouncycastle/asn1/x509/GeneralNames;
aastore
dup
iconst_3
18: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dataLocations:Lorg/bouncycastle/asn1/x509/GeneralNames;
aastore
dup
iconst_4
19: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.extensions:Lorg/bouncycastle/asn1/x509/Extensions;
aastore
20: astore 3
start local 3 21: iconst_0
istore 4
start local 4 22: goto 28
23: StackMap locals: int[] org.bouncycastle.asn1.ASN1Encodable[] int
StackMap stack:
aload 2
iload 4
iaload
istore 5
start local 5 24: aload 3
iload 4
aaload
astore 6
start local 6 25: aload 6
ifnull 27
26: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_0
iload 5
aload 6
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
end local 6 end local 5 27: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
28: iload 4
aload 2
arraylength
if_icmplt 23
end local 4 29: new org.bouncycastle.asn1.DERSequence
dup
aload 1
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
invokestatic org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
1 30 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
14 30 2 tags [I
21 30 3 taggedObjects [Lorg/bouncycastle/asn1/ASN1Encodable;
22 29 4 i I
24 27 5 tag I
25 27 6 taggedObject Lorg/bouncycastle/asn1/ASN1Encodable;
public void setVersion(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "cannot change version in existing DVCSRequestInformation"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 4 1 version I
MethodParameters:
Name Flags
version
public void setNonce(java.math.BigInteger);
descriptor: (Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
ifnull 10
1: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
ifnonnull 4
2: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
3: goto 10
4: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
invokevirtual java.math.BigInteger.toByteArray:()[B
astore 2
start local 2 5: aload 1
invokestatic org.bouncycastle.util.BigIntegers.asUnsignedByteArray:(Ljava/math/BigInteger;)[B
astore 3
start local 3 6: aload 2
arraylength
aload 3
arraylength
iadd
newarray 8
astore 4
start local 4 7: aload 2
iconst_0
aload 4
iconst_0
aload 2
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 3
iconst_0
aload 4
aload 2
arraylength
aload 3
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
new java.math.BigInteger
dup
aload 4
invokespecial java.math.BigInteger.<init>:([B)V
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
end local 4 end local 3 end local 2 10: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 12 1 nonce Ljava/math/BigInteger;
5 10 2 initialBytes [B
6 10 3 newBytes [B
7 10 4 nonceBytes [B
MethodParameters:
Name Flags
nonce
public void setRequestTime(org.bouncycastle.asn1.dvcs.DVCSTime);
descriptor: (Lorg/bouncycastle/asn1/dvcs/DVCSTime;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "cannot change request time in existing DVCSRequestInformation"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 4 1 requestTime Lorg/bouncycastle/asn1/dvcs/DVCSTime;
MethodParameters:
Name Flags
requestTime
public void setRequester(org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralName;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new org.bouncycastle.asn1.x509.GeneralNames
dup
aload 1
invokespecial org.bouncycastle.asn1.x509.GeneralNames.<init>:(Lorg/bouncycastle/asn1/x509/GeneralName;)V
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.setRequester:(Lorg/bouncycastle/asn1/x509/GeneralNames;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 requester Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
requester
public void setRequester(org.bouncycastle.asn1.x509.GeneralNames);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requester:Lorg/bouncycastle/asn1/x509/GeneralNames;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 requester Lorg/bouncycastle/asn1/x509/GeneralNames;
MethodParameters:
Name Flags
requester
public void setRequestPolicy(org.bouncycastle.asn1.x509.PolicyInformation);
descriptor: (Lorg/bouncycastle/asn1/x509/PolicyInformation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "cannot change request policy in existing DVCSRequestInformation"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestPolicy:Lorg/bouncycastle/asn1/x509/PolicyInformation;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 4 1 requestPolicy Lorg/bouncycastle/asn1/x509/PolicyInformation;
MethodParameters:
Name Flags
requestPolicy
public void setDVCS(org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralName;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new org.bouncycastle.asn1.x509.GeneralNames
dup
aload 1
invokespecial org.bouncycastle.asn1.x509.GeneralNames.<init>:(Lorg/bouncycastle/asn1/x509/GeneralName;)V
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.setDVCS:(Lorg/bouncycastle/asn1/x509/GeneralNames;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 dvcs Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
dvcs
public void setDVCS(org.bouncycastle.asn1.x509.GeneralNames);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dvcs:Lorg/bouncycastle/asn1/x509/GeneralNames;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 dvcs Lorg/bouncycastle/asn1/x509/GeneralNames;
MethodParameters:
Name Flags
dvcs
public void setDataLocations(org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralName;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new org.bouncycastle.asn1.x509.GeneralNames
dup
aload 1
invokespecial org.bouncycastle.asn1.x509.GeneralNames.<init>:(Lorg/bouncycastle/asn1/x509/GeneralName;)V
invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.setDataLocations:(Lorg/bouncycastle/asn1/x509/GeneralNames;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 dataLocation Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
dataLocation
public void setDataLocations(org.bouncycastle.asn1.x509.GeneralNames);
descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dataLocations:Lorg/bouncycastle/asn1/x509/GeneralNames;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 2 1 dataLocations Lorg/bouncycastle/asn1/x509/GeneralNames;
MethodParameters:
Name Flags
dataLocations
public void setExtensions(org.bouncycastle.asn1.x509.Extensions);
descriptor: (Lorg/bouncycastle/asn1/x509/Extensions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "cannot change extensions in existing DVCSRequestInformation"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.extensions:Lorg/bouncycastle/asn1/x509/Extensions;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
0 4 1 extensions Lorg/bouncycastle/asn1/x509/Extensions;
MethodParameters:
Name Flags
extensions
}
SourceFile: "DVCSRequestInformationBuilder.java"