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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.dvcs.ServiceType service
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
         2: .line 55
            aload 0 /* this */
            aload 1 /* service */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.service:Lorg/bouncycastle/asn1/dvcs/ServiceType;
         3: .line 56
            return
        end local 1 // org.bouncycastle.asn1.dvcs.ServiceType service
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation initialInfo
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
         2: .line 60
            aload 0 /* this */
            aload 1 /* initialInfo */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
         3: .line 61
            aload 0 /* this */
            aload 1 /* initialInfo */
            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: .line 62
            aload 0 /* this */
            aload 1 /* initialInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getVersion:()I
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
         5: .line 63
            aload 0 /* this */
            aload 1 /* initialInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
         6: .line 64
            aload 0 /* this */
            aload 1 /* initialInfo */
            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: .line 65
            aload 0 /* this */
            aload 1 /* initialInfo */
            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: .line 66
            aload 0 /* this */
            aload 1 /* initialInfo */
            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: .line 67
            aload 0 /* this */
            aload 1 /* initialInfo */
            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: .line 68
            return
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation initialInfo
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
         0: .line 72
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 74
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
            iconst_1
            if_icmpeq 3
         2: .line 76
            aload 1 /* v */
            new org.bouncycastle.asn1.ASN1Integer
            dup
            aload 0 /* this */
            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: .line 78
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.service:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 79
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
            ifnull 6
         5: .line 81
            aload 1 /* v */
            new org.bouncycastle.asn1.ASN1Integer
            dup
            aload 0 /* this */
            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: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            ifnull 8
         7: .line 85
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         8: .line 88
      StackMap locals:
      StackMap stack:
            iconst_5
            newarray 10
            dup
            iconst_1
         9: .line 90
            iconst_1
            iastore
            dup
            iconst_2
        10: .line 91
            iconst_2
            iastore
            dup
            iconst_3
        11: .line 92
            iconst_3
            iastore
            dup
            iconst_4
        12: .line 93
            iconst_4
            iastore
        13: .line 88
            astore 2 /* tags */
        start local 2 // int[] tags
        14: .line 95
            iconst_5
            anewarray org.bouncycastle.asn1.ASN1Encodable
            dup
            iconst_0
        15: .line 96
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requester:Lorg/bouncycastle/asn1/x509/GeneralNames;
            aastore
            dup
            iconst_1
        16: .line 97
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestPolicy:Lorg/bouncycastle/asn1/x509/PolicyInformation;
            aastore
            dup
            iconst_2
        17: .line 98
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dvcs:Lorg/bouncycastle/asn1/x509/GeneralNames;
            aastore
            dup
            iconst_3
        18: .line 99
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dataLocations:Lorg/bouncycastle/asn1/x509/GeneralNames;
            aastore
            dup
            iconst_4
        19: .line 100
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.extensions:Lorg/bouncycastle/asn1/x509/Extensions;
            aastore
        20: .line 95
            astore 3 /* taggedObjects */
        start local 3 // org.bouncycastle.asn1.ASN1Encodable[] taggedObjects
        21: .line 102
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        22: goto 28
        23: .line 104
      StackMap locals: int[] org.bouncycastle.asn1.ASN1Encodable[] int
      StackMap stack:
            aload 2 /* tags */
            iload 4 /* i */
            iaload
            istore 5 /* tag */
        start local 5 // int tag
        24: .line 105
            aload 3 /* taggedObjects */
            iload 4 /* i */
            aaload
            astore 6 /* taggedObject */
        start local 6 // org.bouncycastle.asn1.ASN1Encodable taggedObject
        25: .line 106
            aload 6 /* taggedObject */
            ifnull 27
        26: .line 108
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iload 5 /* tag */
            aload 6 /* taggedObject */
            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 // org.bouncycastle.asn1.ASN1Encodable taggedObject
        end local 5 // int tag
        27: .line 102
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* i */
            aload 2 /* tags */
            arraylength
            if_icmplt 23
        end local 4 // int i
        29: .line 112
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            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 // org.bouncycastle.asn1.ASN1Encodable[] taggedObjects
        end local 2 // int[] tags
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // int version
         0: .line 117
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            ifnull 2
         1: .line 119
            new java.lang.IllegalStateException
            dup
            ldc "cannot change version in existing DVCSRequestInformation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* version */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.version:I
         3: .line 123
            return
        end local 1 // int version
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // java.math.BigInteger nonce
         0: .line 134
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            ifnull 10
         1: .line 136
            aload 0 /* this */
            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: .line 138
            aload 0 /* this */
            aload 1 /* nonce */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
         3: .line 139
            goto 10
         4: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 /* initialBytes */
        start local 2 // byte[] initialBytes
         5: .line 143
            aload 1 /* nonce */
            invokestatic org.bouncycastle.util.BigIntegers.asUnsignedByteArray:(Ljava/math/BigInteger;)[B
            astore 3 /* newBytes */
        start local 3 // byte[] newBytes
         6: .line 144
            aload 2 /* initialBytes */
            arraylength
            aload 3 /* newBytes */
            arraylength
            iadd
            newarray 8
            astore 4 /* nonceBytes */
        start local 4 // byte[] nonceBytes
         7: .line 146
            aload 2 /* initialBytes */
            iconst_0
            aload 4 /* nonceBytes */
            iconst_0
            aload 2 /* initialBytes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 147
            aload 3 /* newBytes */
            iconst_0
            aload 4 /* nonceBytes */
            aload 2 /* initialBytes */
            arraylength
            aload 3 /* newBytes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 149
            aload 0 /* this */
            new java.math.BigInteger
            dup
            aload 4 /* nonceBytes */
            invokespecial java.math.BigInteger.<init>:([B)V
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
        end local 4 // byte[] nonceBytes
        end local 3 // byte[] newBytes
        end local 2 // byte[] initialBytes
        10: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nonce */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.nonce:Ljava/math/BigInteger;
        11: .line 154
            return
        end local 1 // java.math.BigInteger nonce
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSTime requestTime
         0: .line 158
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            ifnull 2
         1: .line 160
            new java.lang.IllegalStateException
            dup
            ldc "cannot change request time in existing DVCSRequestInformation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* requestTime */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestTime:Lorg/bouncycastle/asn1/dvcs/DVCSTime;
         3: .line 164
            return
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSTime requestTime
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralName requester
         0: .line 168
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.GeneralNames
            dup
            aload 1 /* requester */
            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: .line 169
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralName requester
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames requester
         0: .line 176
            aload 0 /* this */
            aload 1 /* requester */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requester:Lorg/bouncycastle/asn1/x509/GeneralNames;
         1: .line 177
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames requester
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.PolicyInformation requestPolicy
         0: .line 181
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            ifnull 2
         1: .line 183
            new java.lang.IllegalStateException
            dup
            ldc "cannot change request policy in existing DVCSRequestInformation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* requestPolicy */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.requestPolicy:Lorg/bouncycastle/asn1/x509/PolicyInformation;
         3: .line 187
            return
        end local 1 // org.bouncycastle.asn1.x509.PolicyInformation requestPolicy
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralName dvcs
         0: .line 191
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.GeneralNames
            dup
            aload 1 /* dvcs */
            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: .line 192
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralName dvcs
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames dvcs
         0: .line 199
            aload 0 /* this */
            aload 1 /* dvcs */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dvcs:Lorg/bouncycastle/asn1/x509/GeneralNames;
         1: .line 200
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames dvcs
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralName dataLocation
         0: .line 204
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.GeneralNames
            dup
            aload 1 /* dataLocation */
            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: .line 205
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralName dataLocation
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames dataLocations
         0: .line 212
            aload 0 /* this */
            aload 1 /* dataLocations */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.dataLocations:Lorg/bouncycastle/asn1/x509/GeneralNames;
         1: .line 213
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames dataLocations
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
        start local 1 // org.bouncycastle.asn1.x509.Extensions extensions
         0: .line 217
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.initialInfo:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            ifnull 2
         1: .line 219
            new java.lang.IllegalStateException
            dup
            ldc "cannot change extensions in existing DVCSRequestInformation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* extensions */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.extensions:Lorg/bouncycastle/asn1/x509/Extensions;
         3: .line 223
            return
        end local 1 // org.bouncycastle.asn1.x509.Extensions extensions
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder this
      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"