public class org.bouncycastle.dvcs.DVCSRequestInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.dvcs.DVCSRequestInfo
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.dvcs.DVCSRequestInformation data;
    descriptor: Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
        start local 1 // byte[] in
         0: .line 28
            aload 0 /* this */
            aload 1 /* in */
            invokestatic org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokespecial org.bouncycastle.dvcs.DVCSRequestInfo.<init>:(Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;)V
         1: .line 29
            return
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            0    2     1    in  [B
    MethodParameters:
      Name  Flags
      in    

  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.dvcs.DVCSRequestInfo this
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation data
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* data */
            putfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
         2: .line 39
            return
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation data
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            0    3     1  data  Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
    MethodParameters:
      Name  Flags
      data  

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

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 62
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getVersion:()I
            ireturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public int getServiceType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getService:()Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokevirtual org.bouncycastle.asn1.dvcs.ServiceType.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            ireturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public java.math.BigInteger getNonce();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 83
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public java.util.Date getRequestTime();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 95
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestTime:()Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            astore 1 /* time */
        start local 1 // org.bouncycastle.asn1.dvcs.DVCSTime time
         1: .line 97
            aload 1 /* time */
            ifnonnull 3
         2: .line 99
            aconst_null
            areturn
         3: .line 104
      StackMap locals: org.bouncycastle.asn1.dvcs.DVCSTime
      StackMap stack:
            aload 1 /* time */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSTime.getGenTime:()Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            ifnull 6
         4: .line 106
            aload 1 /* time */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSTime.getGenTime:()Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            invokevirtual org.bouncycastle.asn1.ASN1GeneralizedTime.getDate:()Ljava/util/Date;
         5: areturn
         6: .line 110
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.tsp.TimeStampToken
            dup
            aload 1 /* time */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSTime.getTimeStampToken:()Lorg/bouncycastle/asn1/cms/ContentInfo;
            invokespecial org.bouncycastle.tsp.TimeStampToken.<init>:(Lorg/bouncycastle/asn1/cms/ContentInfo;)V
            astore 2 /* token */
        start local 2 // org.bouncycastle.tsp.TimeStampToken token
         7: .line 112
            aload 2 /* token */
            invokevirtual org.bouncycastle.tsp.TimeStampToken.getTimeStampInfo:()Lorg/bouncycastle/tsp/TimeStampTokenInfo;
            invokevirtual org.bouncycastle.tsp.TimeStampTokenInfo.getGenTime:()Ljava/util/Date;
         8: areturn
        end local 2 // org.bouncycastle.tsp.TimeStampToken token
         9: .line 115
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        10: .line 117
            new org.bouncycastle.dvcs.DVCSParsingException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unable to extract time: "
            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.DVCSParsingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // org.bouncycastle.asn1.dvcs.DVCSTime time
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            1   11     1   time  Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            7    9     2  token  Lorg/bouncycastle/tsp/TimeStampToken;
           10   11     2      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     5       9  Class java.lang.Exception
           6     8       9  Class java.lang.Exception
    Exceptions:
      throws org.bouncycastle.dvcs.DVCSParsingException

  public org.bouncycastle.asn1.x509.GeneralNames getRequester();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 128
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequester:()Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public org.bouncycastle.asn1.x509.PolicyInformation getRequestPolicy();
    descriptor: ()Lorg/bouncycastle/asn1/x509/PolicyInformation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 138
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestPolicy:()Lorg/bouncycastle/asn1/x509/PolicyInformation;
            ifnull 2
         1: .line 140
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestPolicy:()Lorg/bouncycastle/asn1/x509/PolicyInformation;
            areturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public org.bouncycastle.asn1.x509.GeneralNames getDVCSNames();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 153
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getDVCS:()Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public org.bouncycastle.asn1.x509.GeneralNames getDataLocations();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
         0: .line 165
            aload 0 /* this */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getDataLocations:()Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/dvcs/DVCSRequestInfo;

  public static boolean validate(org.bouncycastle.dvcs.DVCSRequestInfo, org.bouncycastle.dvcs.DVCSRequestInfo);
    descriptor: (Lorg/bouncycastle/dvcs/DVCSRequestInfo;Lorg/bouncycastle/dvcs/DVCSRequestInfo;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.bouncycastle.dvcs.DVCSRequestInfo requestInfo
        start local 1 // org.bouncycastle.dvcs.DVCSRequestInfo responseInfo
         0: .line 182
            aload 0 /* requestInfo */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            astore 2 /* clientInfo */
        start local 2 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation clientInfo
         1: .line 183
            aload 1 /* responseInfo */
            getfield org.bouncycastle.dvcs.DVCSRequestInfo.data:Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            astore 3 /* serverInfo */
        start local 3 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation serverInfo
         2: .line 185
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getVersion:()I
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getVersion:()I
            if_icmpeq 4
         3: .line 187
            iconst_0
            ireturn
         4: .line 189
      StackMap locals: org.bouncycastle.asn1.dvcs.DVCSRequestInformation org.bouncycastle.asn1.dvcs.DVCSRequestInformation
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getService:()Lorg/bouncycastle/asn1/dvcs/ServiceType;
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getService:()Lorg/bouncycastle/asn1/dvcs/ServiceType;
            invokestatic org.bouncycastle.dvcs.DVCSRequestInfo.clientEqualsServer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 6
         5: .line 191
            iconst_0
            ireturn
         6: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestTime:()Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestTime:()Lorg/bouncycastle/asn1/dvcs/DVCSTime;
            invokestatic org.bouncycastle.dvcs.DVCSRequestInfo.clientEqualsServer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 8
         7: .line 195
            iconst_0
            ireturn
         8: .line 197
      StackMap locals:
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestPolicy:()Lorg/bouncycastle/asn1/x509/PolicyInformation;
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getRequestPolicy:()Lorg/bouncycastle/asn1/x509/PolicyInformation;
            invokestatic org.bouncycastle.dvcs.DVCSRequestInfo.clientEqualsServer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 10
         9: .line 199
            iconst_0
            ireturn
        10: .line 201
      StackMap locals:
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getExtensions:()Lorg/bouncycastle/asn1/x509/Extensions;
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getExtensions:()Lorg/bouncycastle/asn1/x509/Extensions;
            invokestatic org.bouncycastle.dvcs.DVCSRequestInfo.clientEqualsServer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 12
        11: .line 203
            iconst_0
            ireturn
        12: .line 210
      StackMap locals:
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            ifnull 21
        13: .line 212
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            ifnonnull 15
        14: .line 214
            iconst_0
            ireturn
        15: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* clientInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 4 /* clientNonce */
        start local 4 // byte[] clientNonce
        16: .line 217
            aload 3 /* serverInfo */
            invokevirtual org.bouncycastle.asn1.dvcs.DVCSRequestInformation.getNonce:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 5 /* serverNonce */
        start local 5 // byte[] serverNonce
        17: .line 218
            aload 5 /* serverNonce */
            arraylength
            aload 4 /* clientNonce */
            arraylength
            if_icmpge 19
        18: .line 220
            iconst_0
            ireturn
        19: .line 222
      StackMap locals: byte[] byte[]
      StackMap stack:
            aload 4 /* clientNonce */
            aload 5 /* serverNonce */
            iconst_0
            aload 4 /* clientNonce */
            arraylength
            invokestatic org.bouncycastle.util.Arrays.copyOfRange:([BII)[B
            invokestatic org.bouncycastle.util.Arrays.areEqual:([B[B)Z
            ifne 21
        20: .line 224
            iconst_0
            ireturn
        end local 5 // byte[] serverNonce
        end local 4 // byte[] clientNonce
        21: .line 228
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation serverInfo
        end local 2 // org.bouncycastle.asn1.dvcs.DVCSRequestInformation clientInfo
        end local 1 // org.bouncycastle.dvcs.DVCSRequestInfo responseInfo
        end local 0 // org.bouncycastle.dvcs.DVCSRequestInfo requestInfo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0   requestInfo  Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            0   22     1  responseInfo  Lorg/bouncycastle/dvcs/DVCSRequestInfo;
            1   22     2    clientInfo  Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
            2   22     3    serverInfo  Lorg/bouncycastle/asn1/dvcs/DVCSRequestInformation;
           16   21     4   clientNonce  [B
           17   21     5   serverNonce  [B
    MethodParameters:
              Name  Flags
      requestInfo   
      responseInfo  

  private static boolean clientEqualsServer(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object client
        start local 1 // java.lang.Object server
         0: .line 234
            aload 0 /* client */
            ifnonnull 1
            aload 1 /* server */
            ifnull 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* client */
            ifnull 2
            aload 0 /* client */
            aload 1 /* server */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // java.lang.Object server
        end local 0 // java.lang.Object client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  client  Ljava/lang/Object;
            0    4     1  server  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      client  
      server  
}
SourceFile: "DVCSRequestInfo.java"