public class org.bouncycastle.dvcs.VSDRequestBuilder extends org.bouncycastle.dvcs.DVCSRequestBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.dvcs.VSDRequestBuilder
  super_class: org.bouncycastle.dvcs.DVCSRequestBuilder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
         0: .line 20
            aload 0 /* this */
            new org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder
            dup
            getstatic org.bouncycastle.asn1.dvcs.ServiceType.VSD:Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokespecial org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.<init>:(Lorg/bouncycastle/asn1/dvcs/ServiceType;)V
            invokespecial org.bouncycastle.dvcs.DVCSRequestBuilder.<init>:(Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;)V
         1: .line 21
            return
        end local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/dvcs/VSDRequestBuilder;

  public void setRequestTime(java.util.Date);
    descriptor: (Ljava/util/Date;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
        start local 1 // java.util.Date requestTime
         0: .line 25
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.VSDRequestBuilder.requestInformationBuilder:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder;
            new org.bouncycastle.asn1.dvcs.DVCSTime
            dup
            aload 1 /* requestTime */
            invokespecial org.bouncycastle.asn1.dvcs.DVCSTime.<init>:(Ljava/util/Date;)V
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformationBuilder.setRequestTime:(Lorg/bouncycastle/asn1/dvcs/DVCSTime;)V
         1: .line 26
            return
        end local 1 // java.util.Date requestTime
        end local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/bouncycastle/dvcs/VSDRequestBuilder;
            0    2     1  requestTime  Ljava/util/Date;
    MethodParameters:
             Name  Flags
      requestTime  

  public org.bouncycastle.dvcs.DVCSRequest build(org.bouncycastle.cms.CMSSignedData);
    descriptor: (Lorg/bouncycastle/cms/CMSSignedData;)Lorg/bouncycastle/dvcs/DVCSRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
        start local 1 // org.bouncycastle.cms.CMSSignedData document
         0: .line 40
            new org.bouncycastle.asn1.dvcs.Data
            dup
            aload 1 /* document */
            invokevirtual org.bouncycastle.cms.CMSSignedData.getEncoded:()[B
            invokespecial org.bouncycastle.asn1.dvcs.Data.<init>:([B)V
            astore 2 /* data */
        start local 2 // org.bouncycastle.asn1.dvcs.Data data
         1: .line 42
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual org.bouncycastle.dvcs.VSDRequestBuilder.createDVCRequest:(Lorg/bouncycastle/asn1/dvcs/Data;)Lorg/bouncycastle/dvcs/DVCSRequest;
         2: areturn
        end local 2 // org.bouncycastle.asn1.dvcs.Data data
         3: .line 44
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 46
            new org.bouncycastle.dvcs.DVCSException
            dup
            ldc "Failed to encode CMS signed data"
            aload 2 /* e */
            invokespecial org.bouncycastle.dvcs.DVCSException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // org.bouncycastle.cms.CMSSignedData document
        end local 0 // org.bouncycastle.dvcs.VSDRequestBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/bouncycastle/dvcs/VSDRequestBuilder;
            0    5     1  document  Lorg/bouncycastle/cms/CMSSignedData;
            1    3     2      data  Lorg/bouncycastle/asn1/dvcs/Data;
            4    5     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    Exceptions:
      throws org.bouncycastle.dvcs.DVCSException
    MethodParameters:
          Name  Flags
      document  
}
SourceFile: "VSDRequestBuilder.java"