public class org.bouncycastle.asn1.eac.CVCertificateRequest extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.eac.CVCertificateRequest
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private final org.bouncycastle.asn1.ASN1ApplicationSpecific original;
    descriptor: Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.bouncycastle.asn1.eac.CertificateBody certificateBody;
    descriptor: Lorg/bouncycastle/asn1/eac/CertificateBody;
    flags: (0x0002) ACC_PRIVATE

  private byte[] innerSignature;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] outerSignature;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private static final int bodyValid;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int signValid;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private void <init>(org.bouncycastle.asn1.ASN1ApplicationSpecific);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
        start local 1 // org.bouncycastle.asn1.ASN1ApplicationSpecific request
         0: .line 30
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 24
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.innerSignature:[B
         2: .line 25
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.outerSignature:[B
         3: .line 33
            aload 0 /* this */
            aload 1 /* request */
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.original:Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
         4: .line 35
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.isConstructed:()Z
            ifeq 9
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            bipush 7
            if_icmpne 9
         5: .line 37
            aload 1 /* request */
            bipush 16
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getObject:(I)Lorg/bouncycastle/asn1/ASN1Primitive;
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            astore 2 /* seq */
        start local 2 // org.bouncycastle.asn1.ASN1Sequence seq
         6: .line 39
            aload 0 /* this */
            aload 2 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1ApplicationSpecific.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            invokevirtual org.bouncycastle.asn1.eac.CVCertificateRequest.initCertBody:(Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;)V
         7: .line 41
            aload 0 /* this */
            aload 2 /* seq */
            aload 2 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            isub
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1ApplicationSpecific.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getContents:()[B
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.outerSignature:[B
        end local 2 // org.bouncycastle.asn1.ASN1Sequence seq
         8: .line 42
            goto 10
         9: .line 45
      StackMap locals: org.bouncycastle.asn1.eac.CVCertificateRequest org.bouncycastle.asn1.ASN1ApplicationSpecific
      StackMap stack:
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.eac.CVCertificateRequest.initCertBody:(Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;)V
        10: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1ApplicationSpecific request
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;
            0   11     1  request  Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            6    8     2      seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      request  

  private void initCertBody(org.bouncycastle.asn1.ASN1ApplicationSpecific);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
        start local 1 // org.bouncycastle.asn1.ASN1ApplicationSpecific request
         0: .line 52
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            bipush 33
            if_icmpne 17
         1: .line 54
            iconst_0
            istore 2 /* valid */
        start local 2 // int valid
         2: .line 55
            aload 1 /* request */
            bipush 16
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getObject:(I)Lorg/bouncycastle/asn1/ASN1Primitive;
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            astore 3 /* seq */
        start local 3 // org.bouncycastle.asn1.ASN1Sequence seq
         3: .line 56
            aload 3 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 4 /* en */
        start local 4 // java.util.Enumeration en
         4: goto 14
         5: .line 58
      StackMap locals: int org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
      StackMap stack:
            aload 4 /* en */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            invokestatic org.bouncycastle.asn1.ASN1ApplicationSpecific.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            astore 5 /* obj */
        start local 5 // org.bouncycastle.asn1.ASN1ApplicationSpecific obj
         6: .line 59
            aload 5 /* obj */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            lookupswitch { // 2
                   55: 10
                   78: 7
              default: 13
          }
         7: .line 62
      StackMap locals: org.bouncycastle.asn1.ASN1ApplicationSpecific
      StackMap stack:
            aload 0 /* this */
            aload 5 /* obj */
            invokestatic org.bouncycastle.asn1.eac.CertificateBody.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/eac/CertificateBody;
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.certificateBody:Lorg/bouncycastle/asn1/eac/CertificateBody;
         8: .line 63
            iload 2 /* valid */
            iconst_1
            ior
            istore 2 /* valid */
         9: .line 64
            goto 14
        10: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* obj */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getContents:()[B
            putfield org.bouncycastle.asn1.eac.CVCertificateRequest.innerSignature:[B
        11: .line 67
            iload 2 /* valid */
            iconst_2
            ior
            istore 2 /* valid */
        12: .line 68
            goto 14
        13: .line 70
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid tag, not an CV Certificate Request element:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* obj */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // org.bouncycastle.asn1.ASN1ApplicationSpecific obj
        14: .line 56
      StackMap locals:
      StackMap stack:
            aload 4 /* en */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 5
        end local 4 // java.util.Enumeration en
        15: .line 73
            iload 2 /* valid */
            iconst_3
            iand
            ifne 18
        16: .line 75
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid CARDHOLDER_CERTIFICATE in request:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 2 // int valid
        17: .line 80
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "not a CARDHOLDER_CERTIFICATE in request:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* request */
            invokevirtual org.bouncycastle.asn1.ASN1ApplicationSpecific.getApplicationTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1ApplicationSpecific request
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;
            0   19     1  request  Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            2   17     2    valid  I
            3   17     3      seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            4   15     4       en  Ljava/util/Enumeration;
            6   14     5      obj  Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      request  

  public static org.bouncycastle.asn1.eac.CVCertificateRequest getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/eac/CVCertificateRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 86
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.eac.CVCertificateRequest
            ifeq 2
         1: .line 88
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.eac.CVCertificateRequest
            areturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 7
         3: .line 94
            new org.bouncycastle.asn1.eac.CVCertificateRequest
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1ApplicationSpecific.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            invokespecial org.bouncycastle.asn1.eac.CVCertificateRequest.<init>:(Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;)V
         4: areturn
         5: .line 96
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         6: .line 98
            new org.bouncycastle.asn1.ASN1ParsingException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unable to parse data: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.bouncycastle.asn1.ASN1ParsingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         7: .line 102
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   obj  Ljava/lang/Object;
            6    7     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      obj   

  public org.bouncycastle.asn1.eac.CertificateBody getCertificateBody();
    descriptor: ()Lorg/bouncycastle/asn1/eac/CertificateBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 112
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.certificateBody:Lorg/bouncycastle/asn1/eac/CertificateBody;
            areturn
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;

  public org.bouncycastle.asn1.eac.PublicKeyDataObject getPublicKey();
    descriptor: ()Lorg/bouncycastle/asn1/eac/PublicKeyDataObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 121
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.certificateBody:Lorg/bouncycastle/asn1/eac/CertificateBody;
            invokevirtual org.bouncycastle.asn1.eac.CertificateBody.getPublicKey:()Lorg/bouncycastle/asn1/eac/PublicKeyDataObject;
            areturn
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;

  public byte[] getInnerSignature();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 126
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.innerSignature:[B
            invokestatic org.bouncycastle.util.Arrays.clone:([B)[B
            areturn
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;

  public byte[] getOuterSignature();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 131
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.outerSignature:[B
            invokestatic org.bouncycastle.util.Arrays.clone:([B)[B
            areturn
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;

  public boolean hasOuterSignature();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 136
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.outerSignature:[B
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
         0: .line 141
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.original:Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            ifnull 2
         1: .line 143
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.original:Lorg/bouncycastle/asn1/ASN1ApplicationSpecific;
            areturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         3: .line 149
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.certificateBody:Lorg/bouncycastle/asn1/eac/CertificateBody;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 153
            aload 1 /* v */
            new org.bouncycastle.asn1.DERApplicationSpecific
            dup
            iconst_0
            bipush 55
            new org.bouncycastle.asn1.DEROctetString
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.eac.CVCertificateRequest.innerSignature:[B
            invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
            invokespecial org.bouncycastle.asn1.DERApplicationSpecific.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 154
            goto 8
         6: .line 155
      StackMap locals: org.bouncycastle.asn1.eac.CVCertificateRequest org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack: java.io.IOException
            pop
         7: .line 157
            new java.lang.IllegalStateException
            dup
            ldc "unable to convert signature!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 160
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DERApplicationSpecific
            dup
            bipush 33
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERApplicationSpecific.<init>:(ILorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.eac.CVCertificateRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/asn1/eac/CVCertificateRequest;
            3    9     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException
}
SourceFile: "CVCertificateRequest.java"