public class sun.security.provider.X509Factory extends java.security.cert.CertificateFactorySpi
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.provider.X509Factory
  super_class: java.security.cert.CertificateFactorySpi
{
  public static final java.lang.String BEGIN_CERT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "-----BEGIN CERTIFICATE-----"

  public static final java.lang.String END_CERT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "-----END CERTIFICATE-----"

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

  private static final char[] endBoundary;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final sun.security.util.Cache certCache;
    descriptor: Lsun/security/util/Cache;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final sun.security.util.Cache crlCache;
    descriptor: Lsun/security/util/Cache;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 67
            ldc "-----END"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic sun.security.provider.X509Factory.endBoundary:[C
         1: .line 71
            sipush 750
            invokestatic sun.security.util.Cache.newSoftMemoryCache:(I)Lsun/security/util/Cache;
            putstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
         2: .line 72
            sipush 750
            invokestatic sun.security.util.Cache.newSoftMemoryCache:(I)Lsun/security/util/Cache;
            putstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.X509Factory this
         0: .line 60
            aload 0 /* this */
            invokespecial java.security.cert.CertificateFactorySpi.<init>:()V
            return
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/X509Factory;

  public java.security.cert.Certificate engineGenerateCertificate(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 88
            aload 1 /* is */
            ifnonnull 4
         1: .line 90
            getstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
            invokevirtual sun.security.util.Cache.clear:()V
         2: .line 91
            invokestatic sun.security.provider.certpath.X509CertificatePair.clearCache:()V
         3: .line 92
            new java.security.cert.CertificateException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 7
         5: .line 98
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
            astore 2 /* totalBytes */
        start local 2 // byte[] totalBytes
         6: .line 99
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* totalBytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* is */
        end local 2 // byte[] totalBytes
         7: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokestatic sun.security.provider.X509Factory.readSequence:(Ljava/io/InputStream;)[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         8: .line 102
            aload 2 /* encoding */
            ifnull 17
         9: .line 103
            getstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            invokestatic sun.security.provider.X509Factory.getFromCache:(Lsun/security/util/Cache;[B)Ljava/lang/Object;
            checkcast sun.security.x509.X509CertImpl
            astore 3 /* cert */
        start local 3 // sun.security.x509.X509CertImpl cert
        10: .line 104
            aload 3 /* cert */
            ifnull 13
        11: .line 105
            aload 3 /* cert */
        12: areturn
        13: .line 107
      StackMap locals: byte[] sun.security.x509.X509CertImpl
      StackMap stack:
            new sun.security.x509.X509CertImpl
            dup
            aload 2 /* encoding */
            invokespecial sun.security.x509.X509CertImpl.<init>:([B)V
            astore 3 /* cert */
        14: .line 108
            getstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
            aload 3 /* cert */
            invokevirtual sun.security.x509.X509CertImpl.getEncodedInternal:()[B
            aload 3 /* cert */
            invokestatic sun.security.provider.X509Factory.addToCache:(Lsun/security/util/Cache;[BLjava/lang/Object;)V
        15: .line 109
            aload 3 /* cert */
        16: areturn
        end local 3 // sun.security.x509.X509CertImpl cert
        17: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 21
        18: .line 117
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            astore 4 /* data */
        start local 4 // byte[] data
        19: .line 118
            new sun.security.x509.X509CertImpl
            dup
            aload 4 /* data */
            invokespecial sun.security.x509.X509CertImpl.<init>:([B)V
            astore 3 /* cert */
        end local 4 // byte[] data
        start local 3 // sun.security.x509.X509CertImpl cert
        20: .line 119
            goto 22
        end local 3 // sun.security.x509.X509CertImpl cert
        21: .line 121
      StackMap locals:
      StackMap stack:
            new sun.security.x509.X509CertImpl
            dup
            new sun.security.util.DerValue
            dup
            aload 1 /* is */
            invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
            invokespecial sun.security.x509.X509CertImpl.<init>:(Lsun/security/util/DerValue;)V
            astore 3 /* cert */
        start local 3 // sun.security.x509.X509CertImpl cert
        22: .line 123
      StackMap locals: sun.security.x509.X509CertImpl
      StackMap stack:
            aload 3 /* cert */
            invokestatic sun.security.provider.X509Factory.intern:(Ljava/security/cert/X509Certificate;)Lsun/security/x509/X509CertImpl;
        23: areturn
        end local 3 // sun.security.x509.X509CertImpl cert
        end local 2 // byte[] encoding
        24: .line 125
      StackMap locals: sun.security.provider.X509Factory java.io.InputStream
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
        25: .line 126
            new java.security.cert.CertificateException
            dup
        26: .line 127
            new java.lang.StringBuilder
            dup
            ldc "Could not parse certificate: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* ioe */
            invokevirtual java.io.IOException.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 126
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
        28: .line 127
            aload 2 /* ioe */
            invokevirtual java.security.cert.CertificateException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        29: .line 126
            checkcast java.security.cert.CertificateException
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Lsun/security/provider/X509Factory;
            0   30     1          is  Ljava/io/InputStream;
            6    7     2  totalBytes  [B
            8   24     2    encoding  [B
           10   17     3        cert  Lsun/security/x509/X509CertImpl;
           20   21     3        cert  Lsun/security/x509/X509CertImpl;
           22   24     3        cert  Lsun/security/x509/X509CertImpl;
           19   20     4        data  [B
           25   30     2         ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4    12      24  Class java.io.IOException
          13    16      24  Class java.io.IOException
          17    23      24  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CertificateException
    MethodParameters:
      Name  Flags
      is    

  private static byte[] readSequence(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // java.io.InputStream in
         0: .line 138
            aload 0 /* in */
            ldc 4194304
            invokevirtual java.io.InputStream.mark:(I)V
         1: .line 139
            iconst_4
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         2: .line 140
            aload 0 /* in */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokestatic sun.security.provider.X509Factory.readFully:(Ljava/io/InputStream;[BII)I
            istore 2 /* i */
        start local 2 // int i
         3: .line 141
            iload 2 /* i */
            aload 1 /* b */
            arraylength
            if_icmpne 4
            aload 1 /* b */
            iconst_0
            baload
            bipush 48
            if_icmpeq 6
         4: .line 142
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
         5: .line 143
            aconst_null
            areturn
         6: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iconst_1
            baload
            sipush 255
            iand
            istore 2 /* i */
         7: .line 147
            iload 2 /* i */
            sipush 128
            if_icmpge 11
         8: .line 148
            iload 2 /* i */
            istore 4 /* valueLength */
        start local 4 // int valueLength
         9: .line 149
            iload 4 /* valueLength */
            iconst_2
            iadd
            istore 3 /* totalLength */
        end local 4 // int valueLength
        start local 3 // int totalLength
        10: .line 150
            goto 21
        end local 3 // int totalLength
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            sipush 129
            if_icmpne 15
        12: .line 151
            aload 1 /* b */
            iconst_2
            baload
            sipush 255
            iand
            istore 4 /* valueLength */
        start local 4 // int valueLength
        13: .line 152
            iload 4 /* valueLength */
            iconst_3
            iadd
            istore 3 /* totalLength */
        end local 4 // int valueLength
        start local 3 // int totalLength
        14: .line 153
            goto 21
        end local 3 // int totalLength
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            sipush 130
            if_icmpne 19
        16: .line 154
            aload 1 /* b */
            iconst_2
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 1 /* b */
            iconst_3
            baload
            sipush 255
            iand
            ior
            istore 4 /* valueLength */
        start local 4 // int valueLength
        17: .line 155
            iload 4 /* valueLength */
            iconst_4
            iadd
            istore 3 /* totalLength */
        end local 4 // int valueLength
        start local 3 // int totalLength
        18: .line 156
            goto 21
        end local 3 // int totalLength
        19: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
        20: .line 158
            aconst_null
            areturn
        start local 3 // int totalLength
        21: .line 160
      StackMap locals: int
      StackMap stack:
            iload 3 /* totalLength */
            ldc 4194304
            if_icmple 24
        22: .line 161
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
        23: .line 162
            aconst_null
            areturn
        24: .line 164
      StackMap locals:
      StackMap stack:
            iload 3 /* totalLength */
            newarray 8
            astore 4 /* encoding */
        start local 4 // byte[] encoding
        25: .line 165
            iload 3 /* totalLength */
            aload 1 /* b */
            arraylength
            if_icmpge 31
        26: .line 166
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
        27: .line 167
            aload 0 /* in */
            aload 4 /* encoding */
            iconst_0
            iload 3 /* totalLength */
            invokestatic sun.security.provider.X509Factory.readFully:(Ljava/io/InputStream;[BII)I
            istore 2 /* i */
        28: .line 168
            iload 2 /* i */
            iload 3 /* totalLength */
            if_icmpeq 37
        29: .line 169
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
        30: .line 170
            aconst_null
            areturn
        31: .line 173
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* b */
            iconst_0
            aload 4 /* encoding */
            iconst_0
            aload 1 /* b */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        32: .line 174
            iload 3 /* totalLength */
            aload 1 /* b */
            arraylength
            isub
            istore 5 /* n */
        start local 5 // int n
        33: .line 175
            aload 0 /* in */
            aload 4 /* encoding */
            aload 1 /* b */
            arraylength
            iload 5 /* n */
            invokestatic sun.security.provider.X509Factory.readFully:(Ljava/io/InputStream;[BII)I
            istore 2 /* i */
        34: .line 176
            iload 2 /* i */
            iload 5 /* n */
            if_icmpeq 37
        35: .line 177
            aload 0 /* in */
            invokevirtual java.io.InputStream.reset:()V
        36: .line 178
            aconst_null
            areturn
        end local 5 // int n
        37: .line 181
      StackMap locals:
      StackMap stack:
            aload 4 /* encoding */
            areturn
        end local 4 // byte[] encoding
        end local 3 // int totalLength
        end local 2 // int i
        end local 1 // byte[] b
        end local 0 // java.io.InputStream in
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   38     0           in  Ljava/io/InputStream;
            2   38     1            b  [B
            3   38     2            i  I
           10   11     3  totalLength  I
           14   15     3  totalLength  I
           18   19     3  totalLength  I
           21   38     3  totalLength  I
            9   10     4  valueLength  I
           13   14     4  valueLength  I
           17   18     4  valueLength  I
           25   38     4     encoding  [B
           33   37     5            n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  private static int readFully(java.io.InputStream, byte[], int, int);
    descriptor: (Ljava/io/InputStream;[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // java.io.InputStream in
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 190
            iconst_0
            istore 4 /* read */
        start local 4 // int read
         1: .line 191
            goto 8
         2: .line 192
      StackMap locals: int
      StackMap stack:
            aload 0 /* in */
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* n */
        start local 5 // int n
         3: .line 193
            iload 5 /* n */
            ifgt 5
         4: .line 194
            goto 9
         5: .line 196
      StackMap locals: int
      StackMap stack:
            iload 4 /* read */
            iload 5 /* n */
            iadd
            istore 4 /* read */
         6: .line 197
            iload 3 /* length */
            iload 5 /* n */
            isub
            istore 3 /* length */
         7: .line 198
            iload 2 /* offset */
            iload 5 /* n */
            iadd
            istore 2 /* offset */
        end local 5 // int n
         8: .line 191
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 2
         9: .line 200
      StackMap locals:
      StackMap stack:
            iload 4 /* read */
            ireturn
        end local 4 // int read
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // java.io.InputStream in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0      in  Ljava/io/InputStream;
            0   10     1  buffer  [B
            0   10     2  offset  I
            0   10     3  length  I
            1   10     4    read  I
            3    8     5       n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      in      
      buffer  
      offset  
      length  

  public static synchronized sun.security.x509.X509CertImpl intern(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)Lsun/security/x509/X509CertImpl;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.security.cert.X509Certificate c
         0: .line 218
            aload 0 /* c */
            ifnonnull 2
         1: .line 219
            aconst_null
            areturn
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* c */
            instanceof sun.security.x509.X509CertImpl
            istore 1 /* isImpl */
        start local 1 // boolean isImpl
         3: .line 223
            iload 1 /* isImpl */
            ifeq 6
         4: .line 224
            aload 0 /* c */
            checkcast sun.security.x509.X509CertImpl
            invokevirtual sun.security.x509.X509CertImpl.getEncodedInternal:()[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         5: .line 225
            goto 7
        end local 2 // byte[] encoding
         6: .line 226
      StackMap locals: int
      StackMap stack:
            aload 0 /* c */
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         7: .line 228
      StackMap locals: byte[]
      StackMap stack:
            getstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            invokestatic sun.security.provider.X509Factory.getFromCache:(Lsun/security/util/Cache;[B)Ljava/lang/Object;
            checkcast sun.security.x509.X509CertImpl
            astore 3 /* newC */
        start local 3 // sun.security.x509.X509CertImpl newC
         8: .line 229
            aload 3 /* newC */
            ifnull 10
         9: .line 230
            aload 3 /* newC */
            areturn
        10: .line 232
      StackMap locals: sun.security.x509.X509CertImpl
      StackMap stack:
            iload 1 /* isImpl */
            ifeq 13
        11: .line 233
            aload 0 /* c */
            checkcast sun.security.x509.X509CertImpl
            astore 3 /* newC */
        12: .line 234
            goto 15
        13: .line 235
      StackMap locals:
      StackMap stack:
            new sun.security.x509.X509CertImpl
            dup
            aload 2 /* encoding */
            invokespecial sun.security.x509.X509CertImpl.<init>:([B)V
            astore 3 /* newC */
        14: .line 236
            aload 3 /* newC */
            invokevirtual sun.security.x509.X509CertImpl.getEncodedInternal:()[B
            astore 2 /* encoding */
        15: .line 238
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.X509Factory.certCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            aload 3 /* newC */
            invokestatic sun.security.provider.X509Factory.addToCache:(Lsun/security/util/Cache;[BLjava/lang/Object;)V
        16: .line 239
            aload 3 /* newC */
            areturn
        end local 3 // sun.security.x509.X509CertImpl newC
        end local 2 // byte[] encoding
        end local 1 // boolean isImpl
        end local 0 // java.security.cert.X509Certificate c
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0         c  Ljava/security/cert/X509Certificate;
            3   17     1    isImpl  Z
            5    6     2  encoding  [B
            7   17     2  encoding  [B
            8   17     3      newC  Lsun/security/x509/X509CertImpl;
    Exceptions:
      throws java.security.cert.CertificateException
    MethodParameters:
      Name  Flags
      c     

  public static synchronized sun.security.x509.X509CRLImpl intern(java.security.cert.X509CRL);
    descriptor: (Ljava/security/cert/X509CRL;)Lsun/security/x509/X509CRLImpl;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.security.cert.X509CRL c
         0: .line 248
            aload 0 /* c */
            ifnonnull 2
         1: .line 249
            aconst_null
            areturn
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* c */
            instanceof sun.security.x509.X509CRLImpl
            istore 1 /* isImpl */
        start local 1 // boolean isImpl
         3: .line 253
            iload 1 /* isImpl */
            ifeq 6
         4: .line 254
            aload 0 /* c */
            checkcast sun.security.x509.X509CRLImpl
            invokevirtual sun.security.x509.X509CRLImpl.getEncodedInternal:()[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         5: .line 255
            goto 7
        end local 2 // byte[] encoding
         6: .line 256
      StackMap locals: int
      StackMap stack:
            aload 0 /* c */
            invokevirtual java.security.cert.X509CRL.getEncoded:()[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         7: .line 258
      StackMap locals: byte[]
      StackMap stack:
            getstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            invokestatic sun.security.provider.X509Factory.getFromCache:(Lsun/security/util/Cache;[B)Ljava/lang/Object;
            checkcast sun.security.x509.X509CRLImpl
            astore 3 /* newC */
        start local 3 // sun.security.x509.X509CRLImpl newC
         8: .line 259
            aload 3 /* newC */
            ifnull 10
         9: .line 260
            aload 3 /* newC */
            areturn
        10: .line 262
      StackMap locals: sun.security.x509.X509CRLImpl
      StackMap stack:
            iload 1 /* isImpl */
            ifeq 13
        11: .line 263
            aload 0 /* c */
            checkcast sun.security.x509.X509CRLImpl
            astore 3 /* newC */
        12: .line 264
            goto 15
        13: .line 265
      StackMap locals:
      StackMap stack:
            new sun.security.x509.X509CRLImpl
            dup
            aload 2 /* encoding */
            invokespecial sun.security.x509.X509CRLImpl.<init>:([B)V
            astore 3 /* newC */
        14: .line 266
            aload 3 /* newC */
            invokevirtual sun.security.x509.X509CRLImpl.getEncodedInternal:()[B
            astore 2 /* encoding */
        15: .line 268
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            aload 3 /* newC */
            invokestatic sun.security.provider.X509Factory.addToCache:(Lsun/security/util/Cache;[BLjava/lang/Object;)V
        16: .line 269
            aload 3 /* newC */
            areturn
        end local 3 // sun.security.x509.X509CRLImpl newC
        end local 2 // byte[] encoding
        end local 1 // boolean isImpl
        end local 0 // java.security.cert.X509CRL c
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0         c  Ljava/security/cert/X509CRL;
            3   17     1    isImpl  Z
            5    6     2  encoding  [B
            7   17     2  encoding  [B
            8   17     3      newC  Lsun/security/x509/X509CRLImpl;
    Exceptions:
      throws java.security.cert.CRLException
    MethodParameters:
      Name  Flags
      c     

  private static synchronized java.lang.Object getFromCache(sun.security.util.Cache, byte[]);
    descriptor: (Lsun/security/util/Cache;[B)Ljava/lang/Object;
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.security.util.Cache cache
        start local 1 // byte[] encoding
         0: .line 277
            new sun.security.util.Cache$EqualByteArray
            dup
            aload 1 /* encoding */
            invokespecial sun.security.util.Cache$EqualByteArray.<init>:([B)V
            astore 2 /* key */
        start local 2 // java.lang.Object key
         1: .line 278
            aload 0 /* cache */
            aload 2 /* key */
            invokevirtual sun.security.util.Cache.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         2: .line 279
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // byte[] encoding
        end local 0 // sun.security.util.Cache cache
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     cache  Lsun/security/util/Cache;
            0    3     1  encoding  [B
            1    3     2       key  Ljava/lang/Object;
            2    3     3     value  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      cache     
      encoding  

  private static synchronized void addToCache(sun.security.util.Cache, byte[], java.lang.Object);
    descriptor: (Lsun/security/util/Cache;[BLjava/lang/Object;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.util.Cache cache
        start local 1 // byte[] encoding
        start local 2 // java.lang.Object value
         0: .line 287
            aload 1 /* encoding */
            arraylength
            ldc 4194304
            if_icmple 2
         1: .line 288
            return
         2: .line 290
      StackMap locals:
      StackMap stack:
            new sun.security.util.Cache$EqualByteArray
            dup
            aload 1 /* encoding */
            invokespecial sun.security.util.Cache$EqualByteArray.<init>:([B)V
            astore 3 /* key */
        start local 3 // java.lang.Object key
         3: .line 291
            aload 0 /* cache */
            aload 3 /* key */
            aload 2 /* value */
            invokevirtual sun.security.util.Cache.put:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 292
            return
        end local 3 // java.lang.Object key
        end local 2 // java.lang.Object value
        end local 1 // byte[] encoding
        end local 0 // sun.security.util.Cache cache
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0     cache  Lsun/security/util/Cache;
            0    5     1  encoding  [B
            0    5     2     value  Ljava/lang/Object;
            3    5     3       key  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      cache     
      encoding  
      value     

  public java.security.cert.CertPath engineGenerateCertPath(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/security/cert/CertPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream inStream
         0: .line 308
            aload 1 /* inStream */
            ifnonnull 2
         1: .line 309
            new java.security.cert.CertificateException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 312
      StackMap locals:
      StackMap stack:
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 5
         3: .line 315
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* inStream */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
            astore 2 /* totalBytes */
        start local 2 // byte[] totalBytes
         4: .line 316
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* totalBytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* inStream */
        end local 2 // byte[] totalBytes
         5: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inStream */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 9
         6: .line 323
            aload 0 /* this */
            aload 1 /* inStream */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            astore 2 /* data */
        start local 2 // byte[] data
         7: .line 324
            new sun.security.provider.certpath.X509CertPath
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* data */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokespecial sun.security.provider.certpath.X509CertPath.<init>:(Ljava/io/InputStream;)V
         8: areturn
        end local 2 // byte[] data
         9: .line 326
      StackMap locals:
      StackMap stack:
            new sun.security.provider.certpath.X509CertPath
            dup
            aload 1 /* inStream */
            invokespecial sun.security.provider.certpath.X509CertPath.<init>:(Ljava/io/InputStream;)V
        10: areturn
        11: .line 328
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
        12: .line 329
            new java.security.cert.CertificateException
            dup
            aload 2 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/security/provider/X509Factory;
            0   13     1    inStream  Ljava/io/InputStream;
            4    5     2  totalBytes  [B
            7    9     2        data  [B
           12   13     2         ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     8      11  Class java.io.IOException
           9    10      11  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CertificateException
    MethodParameters:
          Name  Flags
      inStream  

  public java.security.cert.CertPath engineGenerateCertPath(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Ljava/security/cert/CertPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream inStream
        start local 2 // java.lang.String encoding
         0: .line 349
            aload 1 /* inStream */
            ifnonnull 2
         1: .line 350
            new java.security.cert.CertificateException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 353
      StackMap locals:
      StackMap stack:
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 5
         3: .line 356
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* inStream */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
            astore 3 /* totalBytes */
        start local 3 // byte[] totalBytes
         4: .line 357
            new java.io.ByteArrayInputStream
            dup
            aload 3 /* totalBytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* inStream */
        end local 3 // byte[] totalBytes
         5: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inStream */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 9
         6: .line 364
            aload 0 /* this */
            aload 1 /* inStream */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            astore 3 /* data */
        start local 3 // byte[] data
         7: .line 365
            new sun.security.provider.certpath.X509CertPath
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 3 /* data */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            aload 2 /* encoding */
            invokespecial sun.security.provider.certpath.X509CertPath.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
         8: areturn
        end local 3 // byte[] data
         9: .line 367
      StackMap locals:
      StackMap stack:
            new sun.security.provider.certpath.X509CertPath
            dup
            aload 1 /* inStream */
            aload 2 /* encoding */
            invokespecial sun.security.provider.certpath.X509CertPath.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
        10: areturn
        11: .line 369
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        12: .line 370
            new java.security.cert.CertificateException
            dup
            aload 3 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // java.lang.String encoding
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/security/provider/X509Factory;
            0   13     1    inStream  Ljava/io/InputStream;
            0   13     2    encoding  Ljava/lang/String;
            4    5     3  totalBytes  [B
            7    9     3        data  [B
           12   13     3         ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     8      11  Class java.io.IOException
           9    10      11  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CertificateException
    MethodParameters:
          Name  Flags
      inStream  
      encoding  

  public java.security.cert.CertPath engineGenerateCertPath(java.util.List<? extends java.security.cert.Certificate>);
    descriptor: (Ljava/util/List;)Ljava/security/cert/CertPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.util.List certificates
         0: .line 392
            new sun.security.provider.certpath.X509CertPath
            dup
            aload 1 /* certificates */
            invokespecial sun.security.provider.certpath.X509CertPath.<init>:(Ljava/util/List;)V
            areturn
        end local 1 // java.util.List certificates
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lsun/security/provider/X509Factory;
            0    1     1  certificates  Ljava/util/List<+Ljava/security/cert/Certificate;>;
    Exceptions:
      throws java.security.cert.CertificateException
    Signature: (Ljava/util/List<+Ljava/security/cert/Certificate;>;)Ljava/security/cert/CertPath;
    MethodParameters:
              Name  Flags
      certificates  

  public java.util.Iterator<java.lang.String> engineGetCertPathEncodings();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.X509Factory this
         0: .line 408
            invokestatic sun.security.provider.certpath.X509CertPath.getEncodingsStatic:()Ljava/util/Iterator;
            areturn
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/X509Factory;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  public java.util.Collection<? extends java.security.cert.Certificate> engineGenerateCertificates(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 425
            aload 1 /* is */
            ifnonnull 2
         1: .line 426
            new java.security.cert.CertificateException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 6
         3: .line 431
            new java.io.ByteArrayInputStream
            dup
         4: .line 432
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
         5: .line 431
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* is */
         6: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.parseX509orPKCS7Cert:(Ljava/io/InputStream;)Ljava/util/Collection;
         7: areturn
         8: .line 435
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         9: .line 436
            new java.security.cert.CertificateException
            dup
            aload 2 /* ioe */
            invokespecial java.security.cert.CertificateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/provider/X509Factory;
            0   10     1    is  Ljava/io/InputStream;
            9   10     2   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     7       8  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CertificateException
    Signature: (Ljava/io/InputStream;)Ljava/util/Collection<+Ljava/security/cert/Certificate;>;
    MethodParameters:
      Name  Flags
      is    

  public java.security.cert.CRL engineGenerateCRL(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/security/cert/CRL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 455
            aload 1 /* is */
            ifnonnull 3
         1: .line 457
            getstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            invokevirtual sun.security.util.Cache.clear:()V
         2: .line 458
            new java.security.cert.CRLException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CRLException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 461
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 6
         4: .line 464
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
            astore 2 /* totalBytes */
        start local 2 // byte[] totalBytes
         5: .line 465
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* totalBytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* is */
        end local 2 // byte[] totalBytes
         6: .line 467
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokestatic sun.security.provider.X509Factory.readSequence:(Ljava/io/InputStream;)[B
            astore 2 /* encoding */
        start local 2 // byte[] encoding
         7: .line 468
            aload 2 /* encoding */
            ifnull 16
         8: .line 469
            getstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            aload 2 /* encoding */
            invokestatic sun.security.provider.X509Factory.getFromCache:(Lsun/security/util/Cache;[B)Ljava/lang/Object;
            checkcast sun.security.x509.X509CRLImpl
            astore 3 /* crl */
        start local 3 // sun.security.x509.X509CRLImpl crl
         9: .line 470
            aload 3 /* crl */
            ifnull 12
        10: .line 471
            aload 3 /* crl */
        11: areturn
        12: .line 473
      StackMap locals: byte[] sun.security.x509.X509CRLImpl
      StackMap stack:
            new sun.security.x509.X509CRLImpl
            dup
            aload 2 /* encoding */
            invokespecial sun.security.x509.X509CRLImpl.<init>:([B)V
            astore 3 /* crl */
        13: .line 474
            getstatic sun.security.provider.X509Factory.crlCache:Lsun/security/util/Cache;
            aload 3 /* crl */
            invokevirtual sun.security.x509.X509CRLImpl.getEncodedInternal:()[B
            aload 3 /* crl */
            invokestatic sun.security.provider.X509Factory.addToCache:(Lsun/security/util/Cache;[BLjava/lang/Object;)V
        14: .line 475
            aload 3 /* crl */
        15: areturn
        end local 3 // sun.security.x509.X509CRLImpl crl
        16: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 20
        17: .line 483
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            astore 4 /* data */
        start local 4 // byte[] data
        18: .line 484
            new sun.security.x509.X509CRLImpl
            dup
            aload 4 /* data */
            invokespecial sun.security.x509.X509CRLImpl.<init>:([B)V
            astore 3 /* crl */
        end local 4 // byte[] data
        start local 3 // sun.security.x509.X509CRLImpl crl
        19: .line 485
            goto 21
        end local 3 // sun.security.x509.X509CRLImpl crl
        20: .line 487
      StackMap locals:
      StackMap stack:
            new sun.security.x509.X509CRLImpl
            dup
            new sun.security.util.DerValue
            dup
            aload 1 /* is */
            invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
            invokespecial sun.security.x509.X509CRLImpl.<init>:(Lsun/security/util/DerValue;)V
            astore 3 /* crl */
        start local 3 // sun.security.x509.X509CRLImpl crl
        21: .line 489
      StackMap locals: sun.security.x509.X509CRLImpl
      StackMap stack:
            aload 3 /* crl */
            invokestatic sun.security.provider.X509Factory.intern:(Ljava/security/cert/X509CRL;)Lsun/security/x509/X509CRLImpl;
        22: areturn
        end local 3 // sun.security.x509.X509CRLImpl crl
        end local 2 // byte[] encoding
        23: .line 491
      StackMap locals: sun.security.provider.X509Factory java.io.InputStream
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
        24: .line 492
            new java.security.cert.CRLException
            dup
            aload 2 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.security.cert.CRLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lsun/security/provider/X509Factory;
            0   25     1          is  Ljava/io/InputStream;
            5    6     2  totalBytes  [B
            7   23     2    encoding  [B
            9   16     3         crl  Lsun/security/x509/X509CRLImpl;
           19   20     3         crl  Lsun/security/x509/X509CRLImpl;
           21   23     3         crl  Lsun/security/x509/X509CRLImpl;
           18   19     4        data  [B
           24   25     2         ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3    11      23  Class java.io.IOException
          12    15      23  Class java.io.IOException
          16    22      23  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CRLException
    MethodParameters:
      Name  Flags
      is    

  public java.util.Collection<? extends java.security.cert.CRL> engineGenerateCRLs(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 511
            aload 1 /* is */
            ifnonnull 2
         1: .line 512
            new java.security.cert.CRLException
            dup
            ldc "Missing input stream"
            invokespecial java.security.cert.CRLException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.markSupported:()Z
            ifne 6
         3: .line 517
            new java.io.ByteArrayInputStream
            dup
         4: .line 518
            aload 0 /* this */
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            invokevirtual sun.security.provider.X509Factory.getTotalBytes:(Ljava/io/InputStream;)[B
         5: .line 517
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* is */
         6: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.parseX509orPKCS7CRL:(Ljava/io/InputStream;)Ljava/util/Collection;
         7: areturn
         8: .line 521
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         9: .line 522
            new java.security.cert.CRLException
            dup
            aload 2 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.security.cert.CRLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/provider/X509Factory;
            0   10     1    is  Ljava/io/InputStream;
            9   10     2   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     7       8  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CRLException
    Signature: (Ljava/io/InputStream;)Ljava/util/Collection<+Ljava/security/cert/CRL;>;
    MethodParameters:
      Name  Flags
      is    

  private java.util.Collection<? extends java.security.cert.Certificate> parseX509orPKCS7Cert(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 535
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* coll */
        start local 2 // java.util.Collection coll
         1: .line 536
            iconst_1
            istore 3 /* first */
        start local 3 // boolean first
         2: .line 537
            goto 21
         3: .line 541
      StackMap locals: java.util.Collection int
      StackMap stack:
            aload 1 /* is */
            astore 4 /* is2 */
        start local 4 // java.io.InputStream is2
         4: .line 542
            aload 0 /* this */
            aload 4 /* is2 */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 6
         5: .line 544
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            aload 4 /* is2 */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 4 /* is2 */
         6: .line 546
      StackMap locals: java.io.InputStream
      StackMap stack:
            iload 3 /* first */
            ifeq 8
         7: .line 547
            aload 4 /* is2 */
            aload 4 /* is2 */
            invokevirtual java.io.InputStream.available:()I
            invokevirtual java.io.InputStream.mark:(I)V
         8: .line 550
      StackMap locals:
      StackMap stack:
            aload 2 /* coll */
            new sun.security.x509.X509CertImpl
            dup
            new sun.security.util.DerValue
            dup
            aload 4 /* is2 */
            invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
            invokespecial sun.security.x509.X509CertImpl.<init>:(Lsun/security/util/DerValue;)V
            invokestatic sun.security.provider.X509Factory.intern:(Ljava/security/cert/X509Certificate;)Lsun/security/x509/X509CertImpl;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         9: .line 551
            goto 20
      StackMap locals:
      StackMap stack: java.security.cert.CertificateException
        10: astore 5 /* e */
        start local 5 // java.security.cert.CertificateException e
        11: .line 552
            aload 5 /* e */
            invokevirtual java.security.cert.CertificateException.getCause:()Ljava/lang/Throwable;
            astore 6 /* cause */
        start local 6 // java.lang.Throwable cause
        12: .line 555
            iload 3 /* first */
            ifeq 19
            aload 6 /* cause */
            ifnull 19
            aload 6 /* cause */
            instanceof java.io.IOException
            ifeq 19
        13: .line 557
            aload 4 /* is2 */
            invokevirtual java.io.InputStream.reset:()V
        14: .line 558
            new sun.security.pkcs.PKCS7
            dup
            aload 4 /* is2 */
            invokespecial sun.security.pkcs.PKCS7.<init>:(Ljava/io/InputStream;)V
            astore 7 /* pkcs7 */
        start local 7 // sun.security.pkcs.PKCS7 pkcs7
        15: .line 559
            aload 7 /* pkcs7 */
            invokevirtual sun.security.pkcs.PKCS7.getCertificates:()[Ljava/security/cert/X509Certificate;
            astore 8 /* certs */
        start local 8 // java.security.cert.X509Certificate[] certs
        16: .line 561
            aload 8 /* certs */
            ifnull 18
        17: .line 562
            aload 8 /* certs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        18: .line 565
      StackMap locals: sun.security.provider.X509Factory java.io.InputStream java.util.Collection int java.io.InputStream java.security.cert.CertificateException java.lang.Throwable sun.security.pkcs.PKCS7 java.security.cert.X509Certificate[]
      StackMap stack:
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 8 // java.security.cert.X509Certificate[] certs
        end local 7 // sun.security.pkcs.PKCS7 pkcs7
        19: .line 568
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 6 // java.lang.Throwable cause
        end local 5 // java.security.cert.CertificateException e
        20: .line 571
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* first */
        end local 4 // java.io.InputStream is2
        21: .line 537
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.available:()I
            ifne 3
        22: .line 573
            aload 2 /* coll */
            areturn
        end local 3 // boolean first
        end local 2 // java.util.Collection coll
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lsun/security/provider/X509Factory;
            0   23     1     is  Ljava/io/InputStream;
            1   23     2   coll  Ljava/util/Collection<Lsun/security/x509/X509CertImpl;>;
            2   23     3  first  Z
            4   21     4    is2  Ljava/io/InputStream;
           11   20     5      e  Ljava/security/cert/CertificateException;
           12   20     6  cause  Ljava/lang/Throwable;
           15   19     7  pkcs7  Lsun/security/pkcs/PKCS7;
           16   19     8  certs  [Ljava/security/cert/X509Certificate;
      Exception table:
        from    to  target  type
           8     9      10  Class java.security.cert.CertificateException
    Exceptions:
      throws java.security.cert.CertificateException, java.io.IOException
    Signature: (Ljava/io/InputStream;)Ljava/util/Collection<+Ljava/security/cert/Certificate;>;
    MethodParameters:
      Name  Flags
      is    

  private java.util.Collection<? extends java.security.cert.CRL> parseX509orPKCS7CRL(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 585
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* coll */
        start local 2 // java.util.Collection coll
         1: .line 586
            iconst_1
            istore 3 /* first */
        start local 3 // boolean first
         2: .line 587
            goto 19
         3: .line 591
      StackMap locals: java.util.Collection int
      StackMap stack:
            aload 1 /* is */
            astore 4 /* is2 */
        start local 4 // java.io.InputStream is2
         4: .line 592
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.provider.X509Factory.isBase64:(Ljava/io/InputStream;)Z
            ifeq 6
         5: .line 594
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            aload 4 /* is2 */
            invokevirtual sun.security.provider.X509Factory.base64_to_binary:(Ljava/io/InputStream;)[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 4 /* is2 */
         6: .line 596
      StackMap locals: java.io.InputStream
      StackMap stack:
            iload 3 /* first */
            ifeq 8
         7: .line 597
            aload 4 /* is2 */
            aload 4 /* is2 */
            invokevirtual java.io.InputStream.available:()I
            invokevirtual java.io.InputStream.mark:(I)V
         8: .line 600
      StackMap locals:
      StackMap stack:
            aload 2 /* coll */
            new sun.security.x509.X509CRLImpl
            dup
            aload 4 /* is2 */
            invokespecial sun.security.x509.X509CRLImpl.<init>:(Ljava/io/InputStream;)V
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         9: .line 601
            goto 18
      StackMap locals:
      StackMap stack: java.security.cert.CRLException
        10: pop
        11: .line 603
            iload 3 /* first */
            ifeq 18
        12: .line 604
            aload 4 /* is2 */
            invokevirtual java.io.InputStream.reset:()V
        13: .line 605
            new sun.security.pkcs.PKCS7
            dup
            aload 4 /* is2 */
            invokespecial sun.security.pkcs.PKCS7.<init>:(Ljava/io/InputStream;)V
            astore 5 /* pkcs7 */
        start local 5 // sun.security.pkcs.PKCS7 pkcs7
        14: .line 606
            aload 5 /* pkcs7 */
            invokevirtual sun.security.pkcs.PKCS7.getCRLs:()[Ljava/security/cert/X509CRL;
            astore 6 /* crls */
        start local 6 // java.security.cert.X509CRL[] crls
        15: .line 608
            aload 6 /* crls */
            ifnull 17
        16: .line 609
            aload 6 /* crls */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        17: .line 612
      StackMap locals: sun.security.pkcs.PKCS7 java.security.cert.X509CRL[]
      StackMap stack:
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 6 // java.security.cert.X509CRL[] crls
        end local 5 // sun.security.pkcs.PKCS7 pkcs7
        18: .line 616
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* first */
        end local 4 // java.io.InputStream is2
        19: .line 587
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.available:()I
            ifne 3
        20: .line 618
            aload 2 /* coll */
            areturn
        end local 3 // boolean first
        end local 2 // java.util.Collection coll
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lsun/security/provider/X509Factory;
            0   21     1     is  Ljava/io/InputStream;
            1   21     2   coll  Ljava/util/Collection<Lsun/security/x509/X509CRLImpl;>;
            2   21     3  first  Z
            4   19     4    is2  Ljava/io/InputStream;
           14   18     5  pkcs7  Lsun/security/pkcs/PKCS7;
           15   18     6   crls  [Ljava/security/cert/X509CRL;
      Exception table:
        from    to  target  type
           8     9      10  Class java.security.cert.CRLException
    Exceptions:
      throws java.security.cert.CRLException, java.io.IOException
    Signature: (Ljava/io/InputStream;)Ljava/util/Collection<+Ljava/security/cert/CRL;>;
    MethodParameters:
      Name  Flags
      is    

  private byte[] base64_to_binary(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 630
            lconst_0
            lstore 2 /* len */
        start local 2 // long len
         1: .line 632
            aload 1 /* is */
            aload 1 /* is */
            invokevirtual java.io.InputStream.available:()I
            invokevirtual java.io.InputStream.mark:(I)V
         2: .line 634
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 4 /* bufin */
        start local 4 // java.io.BufferedInputStream bufin
         3: .line 636
            new java.io.BufferedReader
            dup
            new java.io.InputStreamReader
            dup
            aload 4 /* bufin */
            ldc "ASCII"
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
         4: .line 635
            astore 5 /* br */
        start local 5 // java.io.BufferedReader br
         5: .line 642
      StackMap locals: long java.io.BufferedInputStream java.io.BufferedReader
      StackMap stack:
            aload 0 /* this */
            aload 5 /* br */
            invokevirtual sun.security.provider.X509Factory.readLine:(Ljava/io/BufferedReader;)Ljava/lang/String;
            astore 6 /* temp */
        start local 6 // java.lang.String temp
         6: .line 643
            aload 6 /* temp */
            ifnonnull 8
         7: .line 644
            new java.io.IOException
            dup
            ldc "Unsupported encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 646
      StackMap locals: java.lang.String
      StackMap stack:
            lload 2 /* len */
            aload 6 /* temp */
            invokevirtual java.lang.String.length:()I
            i2l
            ladd
            lstore 2 /* len */
         9: .line 647
            aload 6 /* temp */
            ldc "-----BEGIN"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 5
        10: .line 651
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 7 /* strBuf */
        start local 7 // java.lang.StringBuffer strBuf
        11: .line 652
            goto 13
        12: .line 653
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 7 /* strBuf */
            aload 6 /* temp */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* br */
            invokevirtual sun.security.provider.X509Factory.readLine:(Ljava/io/BufferedReader;)Ljava/lang/String;
            dup
            astore 6 /* temp */
            ifnull 14
            aload 6 /* temp */
            ldc "-----END"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 12
        14: .line 655
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            ifnonnull 16
        15: .line 656
            new java.io.IOException
            dup
            ldc "Unsupported encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 658
      StackMap locals:
      StackMap stack:
            lload 2 /* len */
            aload 6 /* temp */
            invokevirtual java.lang.String.length:()I
            i2l
            ladd
            lstore 2 /* len */
        17: .line 662
            lload 2 /* len */
            aload 7 /* strBuf */
            invokevirtual java.lang.StringBuffer.length:()I
            i2l
            ladd
            lstore 2 /* len */
        18: .line 663
            aload 1 /* is */
            invokevirtual java.io.InputStream.reset:()V
        19: .line 664
            aload 1 /* is */
            lload 2 /* len */
            invokevirtual java.io.InputStream.skip:(J)J
            pop2
        20: .line 669
            new sun.misc.BASE64Decoder
            dup
            invokespecial sun.misc.BASE64Decoder.<init>:()V
            astore 8 /* decoder */
        start local 8 // sun.misc.BASE64Decoder decoder
        21: .line 670
            aload 8 /* decoder */
            aload 7 /* strBuf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual sun.misc.BASE64Decoder.decodeBuffer:(Ljava/lang/String;)[B
            areturn
        end local 8 // sun.misc.BASE64Decoder decoder
        end local 7 // java.lang.StringBuffer strBuf
        end local 6 // java.lang.String temp
        end local 5 // java.io.BufferedReader br
        end local 4 // java.io.BufferedInputStream bufin
        end local 2 // long len
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lsun/security/provider/X509Factory;
            0   22     1       is  Ljava/io/InputStream;
            1   22     2      len  J
            3   22     4    bufin  Ljava/io/BufferedInputStream;
            5   22     5       br  Ljava/io/BufferedReader;
            6   22     6     temp  Ljava/lang/String;
           11   22     7   strBuf  Ljava/lang/StringBuffer;
           21   22     8  decoder  Lsun/misc/BASE64Decoder;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    

  private byte[] getTotalBytes(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 677
            sipush 8192
            newarray 8
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 678
            new java.io.ByteArrayOutputStream
            dup
            sipush 2048
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
            astore 3 /* baos */
        start local 3 // java.io.ByteArrayOutputStream baos
         2: .line 680
            aload 3 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
         3: .line 681
            goto 5
        start local 4 // int n
         4: .line 682
      StackMap locals: byte[] java.io.ByteArrayOutputStream int
      StackMap stack:
            aload 3 /* baos */
            aload 2 /* buffer */
            iconst_0
            iload 4 /* n */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 4 // int n
         5: .line 681
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            aload 2 /* buffer */
            iconst_0
            aload 2 /* buffer */
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            dup
            istore 4 /* n */
        start local 4 // int n
         6: iconst_m1
            if_icmpne 4
         7: .line 684
            aload 3 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 4 // int n
        end local 3 // java.io.ByteArrayOutputStream baos
        end local 2 // byte[] buffer
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/security/provider/X509Factory;
            0    8     1      is  Ljava/io/InputStream;
            1    8     2  buffer  [B
            2    8     3    baos  Ljava/io/ByteArrayOutputStream;
            4    5     4       n  I
            6    8     4       n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    

  private boolean isBase64(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.InputStream is
         0: .line 691
            aload 1 /* is */
            invokevirtual java.io.InputStream.available:()I
            iconst_1
            if_icmplt 7
         1: .line 692
            aload 1 /* is */
            iconst_1
            invokevirtual java.io.InputStream.mark:(I)V
         2: .line 693
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* c1 */
        start local 2 // int c1
         3: .line 694
            aload 1 /* is */
            invokevirtual java.io.InputStream.reset:()V
         4: .line 695
            iload 2 /* c1 */
            bipush 48
            if_icmpeq 6
         5: .line 696
            iconst_1
            ireturn
         6: .line 698
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int c1
         7: .line 701
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/provider/X509Factory;
            0    8     1    is  Ljava/io/InputStream;
            3    7     2    c1  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    

  private java.lang.String readLine(java.io.BufferedReader);
    descriptor: (Ljava/io/BufferedReader;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // sun.security.provider.X509Factory this
        start local 1 // java.io.BufferedReader br
         0: .line 716
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: .line 717
            iconst_1
            istore 4 /* isMatch */
        start local 4 // boolean isMatch
         2: .line 718
            iconst_0
            istore 5 /* matched */
        start local 5 // boolean matched
         3: .line 719
            new java.lang.StringBuffer
            dup
            bipush 80
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 6 /* sb */
        start local 6 // java.lang.StringBuffer sb
         4: .line 721
      StackMap locals: sun.security.provider.X509Factory java.io.BufferedReader top int int int java.lang.StringBuffer
      StackMap stack:
            aload 1 /* br */
            invokevirtual java.io.BufferedReader.read:()I
            istore 2 /* c */
        start local 2 // int c
         5: .line 722
            iload 4 /* isMatch */
            ifeq 9
            iload 3 /* i */
            getstatic sun.security.provider.X509Factory.endBoundary:[C
            arraylength
            if_icmpge 9
         6: .line 723
            iload 2 /* c */
            i2c
            getstatic sun.security.provider.X509Factory.endBoundary:[C
            iload 3 /* i */
            iinc 3 /* i */ 1
            caload
            if_icmpeq 7
            iconst_0
            goto 8
      StackMap locals: sun.security.provider.X509Factory java.io.BufferedReader int int int int java.lang.StringBuffer
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* isMatch */
         9: .line 725
      StackMap locals:
      StackMap stack:
            iload 5 /* matched */
            ifne 13
        10: .line 726
            iload 4 /* isMatch */
            ifeq 11
            iload 3 /* i */
            getstatic sun.security.provider.X509Factory.endBoundary:[C
            arraylength
            if_icmpne 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* matched */
        13: .line 727
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            iload 2 /* c */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        14: .line 728
            iload 2 /* c */
            iconst_m1
            if_icmpeq 15
            iload 2 /* c */
            bipush 10
            if_icmpeq 15
            iload 2 /* c */
            bipush 13
            if_icmpne 4
        15: .line 730
      StackMap locals:
      StackMap stack:
            iload 5 /* matched */
            ifne 17
            iload 2 /* c */
            iconst_m1
            if_icmpne 17
        16: .line 731
            aconst_null
            areturn
        17: .line 733
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpne 24
        18: .line 734
            aload 1 /* br */
            iconst_1
            invokevirtual java.io.BufferedReader.mark:(I)V
        19: .line 735
            aload 1 /* br */
            invokevirtual java.io.BufferedReader.read:()I
            istore 7 /* c2 */
        start local 7 // int c2
        20: .line 736
            iload 7 /* c2 */
            bipush 10
            if_icmpne 23
        21: .line 737
            aload 6 /* sb */
            iload 2 /* c */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        22: .line 738
            goto 24
        23: .line 739
      StackMap locals: int
      StackMap stack:
            aload 1 /* br */
            invokevirtual java.io.BufferedReader.reset:()V
        end local 7 // int c2
        24: .line 742
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 6 // java.lang.StringBuffer sb
        end local 5 // boolean matched
        end local 4 // boolean isMatch
        end local 3 // int i
        end local 2 // int c
        end local 1 // java.io.BufferedReader br
        end local 0 // sun.security.provider.X509Factory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   25     0     this  Lsun/security/provider/X509Factory;
            0   25     1       br  Ljava/io/BufferedReader;
            5   25     2        c  I
            1   25     3        i  I
            2   25     4  isMatch  Z
            3   25     5  matched  Z
            4   25     6       sb  Ljava/lang/StringBuffer;
           20   24     7       c2  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      br    
}
SourceFile: "X509Factory.java"
InnerClasses:
  public EqualByteArray = sun.security.util.Cache$EqualByteArray of sun.security.util.Cache