public class org.bouncycastle.dvcs.DVCSRequest extends org.bouncycastle.dvcs.DVCSMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.dvcs.DVCSRequest
  super_class: org.bouncycastle.dvcs.DVCSMessage
{
  private org.bouncycastle.asn1.dvcs.DVCSRequest asn1;
    descriptor: Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.dvcs.DVCSRequestInfo reqInfo;
    descriptor: Lorg/bouncycastle/dvcs/DVCSRequestInfo;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.dvcs.DVCSRequestData data;
    descriptor: Lorg/bouncycastle/dvcs/DVCSRequestData;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.cms.CMSSignedData);
    descriptor: (Lorg/bouncycastle/cms/CMSSignedData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.dvcs.DVCSRequest this
        start local 1 // org.bouncycastle.cms.CMSSignedData signedData
         0: .line 34
            aload 0 /* this */
            aload 1 /* signedData */
            invokevirtual org.bouncycastle.cms.CMSSignedData.toASN1Structure:()Lorg/bouncycastle/asn1/cms/ContentInfo;
            invokevirtual org.bouncycastle.asn1.cms.ContentInfo.getContent:()Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.cms.SignedData.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/SignedData;
            invokevirtual org.bouncycastle.asn1.cms.SignedData.getEncapContentInfo:()Lorg/bouncycastle/asn1/cms/ContentInfo;
            invokespecial org.bouncycastle.dvcs.DVCSRequest.<init>:(Lorg/bouncycastle/asn1/cms/ContentInfo;)V
         1: .line 35
            return
        end local 1 // org.bouncycastle.cms.CMSSignedData signedData
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/dvcs/DVCSRequest;
            0    2     1  signedData  Lorg/bouncycastle/cms/CMSSignedData;
    Exceptions:
      throws org.bouncycastle.dvcs.DVCSConstructionException
    MethodParameters:
            Name  Flags
      signedData  

  public void <init>(org.bouncycastle.asn1.cms.ContentInfo);
    descriptor: (Lorg/bouncycastle/asn1/cms/ContentInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.bouncycastle.dvcs.DVCSRequest this
        start local 1 // org.bouncycastle.asn1.cms.ContentInfo contentInfo
         0: .line 46
            aload 0 /* this */
            aload 1 /* contentInfo */
            invokespecial org.bouncycastle.dvcs.DVCSMessage.<init>:(Lorg/bouncycastle/asn1/cms/ContentInfo;)V
         1: .line 48
            getstatic org.bouncycastle.asn1.dvcs.DVCSObjectIdentifiers.id_ct_DVCSRequestData:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            aload 1 /* contentInfo */
            invokevirtual org.bouncycastle.asn1.cms.ContentInfo.getContentType:()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1ObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 50
            new org.bouncycastle.dvcs.DVCSConstructionException
            dup
            ldc "ContentInfo not a DVCS Request"
            invokespecial org.bouncycastle.dvcs.DVCSConstructionException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 55
      StackMap locals: org.bouncycastle.dvcs.DVCSRequest org.bouncycastle.asn1.cms.ContentInfo
      StackMap stack:
            aload 1 /* contentInfo */
            invokevirtual org.bouncycastle.asn1.cms.ContentInfo.getContent:()Lorg/bouncycastle/asn1/ASN1Encodable;
            invokeinterface org.bouncycastle.asn1.ASN1Encodable.toASN1Primitive:()Lorg/bouncycastle/asn1/ASN1Primitive;
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 6
         4: .line 57
            aload 0 /* this */
            aload 1 /* contentInfo */
            invokevirtual org.bouncycastle.asn1.cms.ContentInfo.getContent:()Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.dvcs.DVCSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            putfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
         5: .line 58
            goto 10
         6: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* contentInfo */
            invokevirtual org.bouncycastle.asn1.cms.ContentInfo.getContent:()Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1OctetString.getOctets:()[B
            invokestatic org.bouncycastle.asn1.dvcs.DVCSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            putfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
         7: .line 63
            goto 10
         8: .line 64
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 66
            new org.bouncycastle.dvcs.DVCSConstructionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to parse content: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial org.bouncycastle.dvcs.DVCSConstructionException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        10: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.bouncycastle.dvcs.DVCSRequestInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getRequestInformation:()Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokespecial org.bouncycastle.dvcs.DVCSRequestInfo.<init>:(Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;)V
            putfield org.bouncycastle.dvcs.DVCSRequest.reqInfo:Lorg/bouncycastle/dvcs/DVCSRequestInfo;
        11: .line 71
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.reqInfo:Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            invokevirtual org.bouncycastle.dvcs.DVCSRequestInfo.getServiceType:()I
            istore 2 /* service */
        start local 2 // int service
        12: .line 72
            iload 2 /* service */
            getstatic org.bouncycastle.asn1.dvcs.ServiceType.CPD:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.dvcs.ServiceType.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            if_icmpne 15
        13: .line 74
            aload 0 /* this */
            new org.bouncycastle.dvcs.CPDRequestData
            dup
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getData:()Lorg/bouncycastle/asn1/dvcs/Data;
            invokespecial org.bouncycastle.dvcs.CPDRequestData.<init>:(Lorg/bouncycastle/asn1/dvcs/Data;)V
            putfield org.bouncycastle.dvcs.DVCSRequest.data:Lorg/bouncycastle/dvcs/DVCSRequestData;
        14: .line 75
            goto 25
        15: .line 76
      StackMap locals: int
      StackMap stack:
            iload 2 /* service */
            getstatic org.bouncycastle.asn1.dvcs.ServiceType.VSD:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.dvcs.ServiceType.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            if_icmpne 18
        16: .line 78
            aload 0 /* this */
            new org.bouncycastle.dvcs.VSDRequestData
            dup
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getData:()Lorg/bouncycastle/asn1/dvcs/Data;
            invokespecial org.bouncycastle.dvcs.VSDRequestData.<init>:(Lorg/bouncycastle/asn1/dvcs/Data;)V
            putfield org.bouncycastle.dvcs.DVCSRequest.data:Lorg/bouncycastle/dvcs/DVCSRequestData;
        17: .line 79
            goto 25
        18: .line 80
      StackMap locals:
      StackMap stack:
            iload 2 /* service */
            getstatic org.bouncycastle.asn1.dvcs.ServiceType.VPKC:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.dvcs.ServiceType.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            if_icmpne 21
        19: .line 82
            aload 0 /* this */
            new org.bouncycastle.dvcs.VPKCRequestData
            dup
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getData:()Lorg/bouncycastle/asn1/dvcs/Data;
            invokespecial org.bouncycastle.dvcs.VPKCRequestData.<init>:(Lorg/bouncycastle/asn1/dvcs/Data;)V
            putfield org.bouncycastle.dvcs.DVCSRequest.data:Lorg/bouncycastle/dvcs/DVCSRequestData;
        20: .line 83
            goto 25
        21: .line 84
      StackMap locals:
      StackMap stack:
            iload 2 /* service */
            getstatic org.bouncycastle.asn1.dvcs.ServiceType.CCPD:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.dvcs.ServiceType.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            if_icmpne 24
        22: .line 86
            aload 0 /* this */
            new org.bouncycastle.dvcs.CCPDRequestData
            dup
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getData:()Lorg/bouncycastle/asn1/dvcs/Data;
            invokespecial org.bouncycastle.dvcs.CCPDRequestData.<init>:(Lorg/bouncycastle/asn1/dvcs/Data;)V
            putfield org.bouncycastle.dvcs.DVCSRequest.data:Lorg/bouncycastle/dvcs/DVCSRequestData;
        23: .line 87
            goto 25
        24: .line 90
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.dvcs.DVCSConstructionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown service type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* service */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.bouncycastle.dvcs.DVCSConstructionException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int service
        end local 1 // org.bouncycastle.asn1.cms.ContentInfo contentInfo
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0         this  Lorg/bouncycastle/dvcs/DVCSRequest;
            0   26     1  contentInfo  Lorg/bouncycastle/asn1/cms/ContentInfo;
            9   10     2            e  Ljava/lang/Exception;
           12   26     2      service  I
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Exception
    Exceptions:
      throws org.bouncycastle.dvcs.DVCSConstructionException
    MethodParameters:
             Name  Flags
      contentInfo  

  public org.bouncycastle.asn1.ASN1Encodable getContent();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequest this
         0: .line 101
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequest;

  public org.bouncycastle.dvcs.DVCSRequestInfo getRequestInfo();
    descriptor: ()Lorg/bouncycastle/dvcs/DVCSRequestInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequest this
         0: .line 111
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.reqInfo:Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequest;

  public org.bouncycastle.dvcs.DVCSRequestData getData();
    descriptor: ()Lorg/bouncycastle/dvcs/DVCSRequestData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequest this
         0: .line 122
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.data:Lorg/bouncycastle/dvcs/DVCSRequestData;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/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.dvcs.DVCSRequest this
         0: .line 132
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequest.asn1:Lorg/bouncycastle/asn1/dvcs/DVCSRequest;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequest.getTransactionIdentifier:()Lorg/bouncycastle/asn1/x509/GeneralName;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequest;
}
SourceFile: "DVCSRequest.java"