class sun.security.provider.certpath.AdaptableX509CertSelector extends java.security.cert.X509CertSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.certpath.AdaptableX509CertSelector
  super_class: java.security.cert.X509CertSelector
{
  private java.util.Date startDate;
    descriptor: Ljava/util/Date;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Date endDate;
    descriptor: Ljava/util/Date;
    flags: (0x0002) ACC_PRIVATE

  private boolean isSKIDSensitive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isSNSensitive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
         0: .line 61
            aload 0 /* this */
            invokespecial java.security.cert.X509CertSelector.<init>:()V
         1: .line 55
            aload 0 /* this */
            iconst_0
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.isSKIDSensitive:Z
         2: .line 58
            aload 0 /* this */
            iconst_0
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.isSNSensitive:Z
         3: .line 62
            return
        end local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/provider/certpath/AdaptableX509CertSelector;

  void setValidityPeriod(java.util.Date, java.util.Date);
    descriptor: (Ljava/util/Date;Ljava/util/Date;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
        start local 1 // java.util.Date startDate
        start local 2 // java.util.Date endDate
         0: .line 84
            aload 0 /* this */
            aload 1 /* startDate */
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
         1: .line 85
            aload 0 /* this */
            aload 2 /* endDate */
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
         2: .line 86
            return
        end local 2 // java.util.Date endDate
        end local 1 // java.util.Date startDate
        end local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/security/provider/certpath/AdaptableX509CertSelector;
            0    3     1  startDate  Ljava/util/Date;
            0    3     2    endDate  Ljava/util/Date;
    MethodParameters:
           Name  Flags
      startDate  
      endDate    

  void parseAuthorityKeyIdentifierExtension(sun.security.x509.AuthorityKeyIdentifierExtension);
    descriptor: (Lsun/security/x509/AuthorityKeyIdentifierExtension;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
        start local 1 // sun.security.x509.AuthorityKeyIdentifierExtension akidext
         0: .line 103
            aload 1 /* akidext */
            ifnull 17
         1: .line 104
            aload 1 /* akidext */
         2: .line 105
            ldc "key_id"
         3: .line 104
            invokevirtual sun.security.x509.AuthorityKeyIdentifierExtension.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast sun.security.x509.KeyIdentifier
            astore 2 /* akid */
        start local 2 // sun.security.x509.KeyIdentifier akid
         4: .line 106
            aload 2 /* akid */
            ifnull 10
         5: .line 108
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.isSKIDSensitive:Z
            ifne 6
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.AdaptableX509CertSelector.getSubjectKeyIdentifier:()[B
            ifnonnull 10
         6: .line 109
      StackMap locals: sun.security.x509.KeyIdentifier
      StackMap stack:
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 3 /* derout */
        start local 3 // sun.security.util.DerOutputStream derout
         7: .line 110
            aload 3 /* derout */
            aload 2 /* akid */
            invokevirtual sun.security.x509.KeyIdentifier.getIdentifier:()[B
            invokevirtual sun.security.util.DerOutputStream.putOctetString:([B)V
         8: .line 111
            aload 0 /* this */
            aload 3 /* derout */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            invokespecial java.security.cert.X509CertSelector.setSubjectKeyIdentifier:([B)V
         9: .line 113
            aload 0 /* this */
            iconst_1
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.isSKIDSensitive:Z
        end local 3 // sun.security.util.DerOutputStream derout
        10: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* akidext */
        11: .line 118
            ldc "serial_number"
        12: .line 117
            invokevirtual sun.security.x509.AuthorityKeyIdentifierExtension.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast sun.security.x509.SerialNumber
            astore 3 /* asn */
        start local 3 // sun.security.x509.SerialNumber asn
        13: .line 119
            aload 3 /* asn */
            ifnull 17
        14: .line 121
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.isSNSensitive:Z
            ifne 15
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.AdaptableX509CertSelector.getSerialNumber:()Ljava/math/BigInteger;
            ifnonnull 17
        15: .line 122
      StackMap locals: sun.security.x509.SerialNumber
      StackMap stack:
            aload 0 /* this */
            aload 3 /* asn */
            invokevirtual sun.security.x509.SerialNumber.getNumber:()Ljava/math/BigInteger;
            invokespecial java.security.cert.X509CertSelector.setSerialNumber:(Ljava/math/BigInteger;)V
        16: .line 123
            aload 0 /* this */
            iconst_1
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.isSNSensitive:Z
        end local 3 // sun.security.x509.SerialNumber asn
        end local 2 // sun.security.x509.KeyIdentifier akid
        17: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.x509.AuthorityKeyIdentifierExtension akidext
        end local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/security/provider/certpath/AdaptableX509CertSelector;
            0   18     1  akidext  Lsun/security/x509/AuthorityKeyIdentifierExtension;
            4   17     2     akid  Lsun/security/x509/KeyIdentifier;
            7   10     3   derout  Lsun/security/util/DerOutputStream;
           13   17     3      asn  Lsun/security/x509/SerialNumber;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      akidext  

  public boolean match(java.security.cert.Certificate);
    descriptor: (Ljava/security/cert/Certificate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
        start local 1 // java.security.cert.Certificate cert
         0: .line 141
            aload 1 /* cert */
            instanceof java.security.cert.X509Certificate
            ifne 2
         1: .line 142
            iconst_0
            ireturn
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
            astore 2 /* xcert */
        start local 2 // java.security.cert.X509Certificate xcert
         3: .line 146
            aload 2 /* xcert */
            invokevirtual java.security.cert.X509Certificate.getVersion:()I
            istore 3 /* version */
        start local 3 // int version
         4: .line 149
            iload 3 /* version */
            iconst_3
            if_icmpge 15
         5: .line 150
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
            ifnull 10
         6: .line 152
            aload 2 /* xcert */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
            invokevirtual java.security.cert.X509Certificate.checkValidity:(Ljava/util/Date;)V
         7: .line 153
            goto 10
      StackMap locals: sun.security.provider.certpath.AdaptableX509CertSelector java.security.cert.Certificate java.security.cert.X509Certificate int
      StackMap stack: java.security.cert.CertificateException
         8: pop
         9: .line 154
            iconst_0
            ireturn
        10: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
            ifnull 15
        11: .line 160
            aload 2 /* xcert */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
            invokevirtual java.security.cert.X509Certificate.checkValidity:(Ljava/util/Date;)V
        12: .line 161
            goto 15
      StackMap locals:
      StackMap stack: java.security.cert.CertificateException
        13: pop
        14: .line 162
            iconst_0
            ireturn
        15: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.isSKIDSensitive:Z
            ifeq 18
        16: .line 169
            iload 3 /* version */
            iconst_3
            if_icmplt 17
            aload 2 /* xcert */
            ldc "2.5.29.14"
            invokevirtual java.security.cert.X509Certificate.getExtensionValue:(Ljava/lang/String;)[B
            ifnonnull 18
        17: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual sun.security.provider.certpath.AdaptableX509CertSelector.setSubjectKeyIdentifier:([B)V
        18: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.isSNSensitive:Z
            ifeq 20
            iload 3 /* version */
            iconst_3
            if_icmpge 20
        19: .line 183
            aload 0 /* this */
            aconst_null
            invokevirtual sun.security.provider.certpath.AdaptableX509CertSelector.setSerialNumber:(Ljava/math/BigInteger;)V
        20: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cert */
            invokespecial java.security.cert.X509CertSelector.match:(Ljava/security/cert/Certificate;)Z
            ireturn
        end local 3 // int version
        end local 2 // java.security.cert.X509Certificate xcert
        end local 1 // java.security.cert.Certificate cert
        end local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Lsun/security/provider/certpath/AdaptableX509CertSelector;
            0   21     1     cert  Ljava/security/cert/Certificate;
            3   21     2    xcert  Ljava/security/cert/X509Certificate;
            4   21     3  version  I
      Exception table:
        from    to  target  type
           6     7       8  Class java.security.cert.CertificateException
          11    12      13  Class java.security.cert.CertificateException
    MethodParameters:
      Name  Flags
      cert  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
         0: .line 192
            aload 0 /* this */
            invokespecial java.security.cert.X509CertSelector.clone:()Ljava/lang/Object;
            checkcast sun.security.provider.certpath.AdaptableX509CertSelector
         1: .line 191
            astore 1 /* copy */
        start local 1 // sun.security.provider.certpath.AdaptableX509CertSelector copy
         2: .line 193
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
            ifnull 4
         3: .line 194
            aload 1 /* copy */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
            invokevirtual java.util.Date.clone:()Ljava/lang/Object;
            checkcast java.util.Date
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.startDate:Ljava/util/Date;
         4: .line 197
      StackMap locals: sun.security.provider.certpath.AdaptableX509CertSelector
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
            ifnull 6
         5: .line 198
            aload 1 /* copy */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
            invokevirtual java.util.Date.clone:()Ljava/lang/Object;
            checkcast java.util.Date
            putfield sun.security.provider.certpath.AdaptableX509CertSelector.endDate:Ljava/util/Date;
         6: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* copy */
            areturn
        end local 1 // sun.security.provider.certpath.AdaptableX509CertSelector copy
        end local 0 // sun.security.provider.certpath.AdaptableX509CertSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/provider/certpath/AdaptableX509CertSelector;
            2    7     1  copy  Lsun/security/provider/certpath/AdaptableX509CertSelector;
}
SourceFile: "AdaptableX509CertSelector.java"