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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation requestInformation
        start local 2 // org.bouncycastle.asn1.dvcs.Data data
         0: .line 31
            aload 0 /* this */
            aload 1 /* requestInformation */
            aload 2 /* data */
            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: .line 32
            return
        end local 2 // org.bouncycastle.asn1.dvcs.Data data
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation requestInformation
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation requestInformation
        start local 2 // org.bouncycastle.asn1.dvcs.Data data
        start local 3 // org.bouncycastle.asn1.x509.GeneralName transactionIdentifier
         0: .line 34
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* requestInformation */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
         2: .line 37
            aload 0 /* this */
            aload 2 /* data */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
         3: .line 38
            aload 0 /* this */
            aload 3 /* transactionIdentifier */
            putfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
         4: .line 39
            return
        end local 3 // org.bouncycastle.asn1.x509.GeneralName transactionIdentifier
        end local 2 // org.bouncycastle.asn1.dvcs.Data data
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation requestInformation
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 41
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 44
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 45
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmple 5
         4: .line 47
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 49
      StackMap locals: org.bouncycastle.asn1.dvcs.DVCSRequest org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // java.lang.Object obj
         0: .line 53
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.dvcs.DVCSRequest
            ifeq 2
         1: .line 55
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.dvcs.DVCSRequest
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 59
            new org.bouncycastle.asn1.dvcs.DVCSRequest
            dup
            aload 0 /* obj */
            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: .line 62
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      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 // org.bouncycastle.asn1.ASN1TaggedObject obj
        start local 1 // boolean explicit
         0: .line 69
            aload 0 /* obj */
            iload 1 /* explicit */
            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 // boolean explicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
         0: .line 74
            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 75
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 76
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 77
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
            ifnull 5
         4: .line 79
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 81
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
         0: .line 86
            new java.lang.StringBuilder
            dup
            ldc "DVCSRequest {\nrequestInformation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 87
            aload 0 /* this */
            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: .line 88
            ldc "data: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            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: .line 89
            aload 0 /* this */
            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 /* this */
            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: .line 90
            ldc "}\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 86
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
         0: .line 95
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.data:Lorg/bouncycastle/asn1/dvcs/Data;
            areturn
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
         0: .line 100
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.requestInformation:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            areturn
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      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 // org.bouncycastle.asn1.dvcs.DVCSRequest this
         0: .line 105
            aload 0 /* this */
            getfield org.bouncycastle.asn1.dvcs.DVCSRequest.transactionIdentifier:Lorg/bouncycastle/asn1/x509/GeneralName;
            areturn
        end local 0 // org.bouncycastle.asn1.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
}
SourceFile: "DVCSRequest.java"