class sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector extends java.security.cert.X509CRLSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector
  super_class: java.security.cert.X509CRLSelector
{
  private java.security.cert.X509CRLSelector selector;
    descriptor: Ljava/security/cert/X509CRLSelector;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<javax.security.auth.x500.X500Principal> certIssuers;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljavax/security/auth/x500/X500Principal;>;

  private java.util.Collection<javax.security.auth.x500.X500Principal> issuers;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljavax/security/auth/x500/X500Principal;>;

  private java.util.HashSet<java.lang.Object> issuerNames;
    descriptor: Ljava/util/HashSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashSet<Ljava/lang/Object;>;

  void <init>(java.security.cert.X509CRLSelector, java.util.Collection<javax.security.auth.x500.X500Principal>, java.lang.String);
    descriptor: (Ljava/security/cert/X509CRLSelector;Ljava/util/Collection;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
        start local 1 // java.security.cert.X509CRLSelector selector
        start local 2 // java.util.Collection certIssuers
        start local 3 // java.lang.String ldapDN
         0: .line 1102
            aload 0 /* this */
            invokespecial java.security.cert.X509CRLSelector.<init>:()V
         1: .line 1105
            aload 0 /* this */
            aload 1 /* selector */
            ifnonnull 2
            new java.security.cert.X509CRLSelector
            dup
            invokespecial java.security.cert.X509CRLSelector.<init>:()V
            goto 3
      StackMap locals: sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector java.security.cert.X509CRLSelector java.util.Collection java.lang.String
      StackMap stack: sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector
         2: aload 1 /* selector */
      StackMap locals: sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector java.security.cert.X509CRLSelector java.util.Collection java.lang.String
      StackMap stack: sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector java.security.cert.X509CRLSelector
         3: putfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
         4: .line 1106
            aload 0 /* this */
            aload 2 /* certIssuers */
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.certIssuers:Ljava/util/Collection;
         5: .line 1107
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuerNames:Ljava/util/HashSet;
         6: .line 1108
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuerNames:Ljava/util/HashSet;
            aload 3 /* ldapDN */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1109
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuers:Ljava/util/Collection;
         8: .line 1110
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuers:Ljava/util/Collection;
            new sun.security.x509.X500Name
            dup
            aload 3 /* ldapDN */
            invokespecial sun.security.x509.X500Name.<init>:(Ljava/lang/String;)V
            invokevirtual sun.security.x509.X500Name.asX500Principal:()Ljavax/security/auth/x500/X500Principal;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1111
            return
        end local 3 // java.lang.String ldapDN
        end local 2 // java.util.Collection certIssuers
        end local 1 // java.security.cert.X509CRLSelector selector
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;
            0   10     1     selector  Ljava/security/cert/X509CRLSelector;
            0   10     2  certIssuers  Ljava/util/Collection<Ljavax/security/auth/x500/X500Principal;>;
            0   10     3       ldapDN  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/security/cert/X509CRLSelector;Ljava/util/Collection<Ljavax/security/auth/x500/X500Principal;>;Ljava/lang/String;)V
    MethodParameters:
             Name  Flags
      selector     
      certIssuers  
      ldapDN       

  public java.util.Collection<javax.security.auth.x500.X500Principal> getIssuers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1116
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuers:Ljava/util/Collection;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;
    Signature: ()Ljava/util/Collection<Ljavax/security/auth/x500/X500Principal;>;

  public java.util.Collection<java.lang.Object> getIssuerNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1120
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuerNames:Ljava/util/HashSet;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;
    Signature: ()Ljava/util/Collection<Ljava/lang/Object;>;

  public java.math.BigInteger getMinCRL();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1123
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            invokevirtual java.security.cert.X509CRLSelector.getMinCRL:()Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;

  public java.math.BigInteger getMaxCRL();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1126
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            invokevirtual java.security.cert.X509CRLSelector.getMaxCRL:()Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;

  public java.util.Date getDateAndTime();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1129
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            invokevirtual java.security.cert.X509CRLSelector.getDateAndTime:()Ljava/util/Date;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;

  public java.security.cert.X509Certificate getCertificateChecking();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
         0: .line 1132
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            invokevirtual java.security.cert.X509CRLSelector.getCertificateChecking:()Ljava/security/cert/X509Certificate;
            areturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;

  public boolean match(java.security.cert.CRL);
    descriptor: (Ljava/security/cert/CRL;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
        start local 1 // java.security.cert.CRL crl
         0: .line 1137
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.certIssuers:Ljava/util/Collection;
            invokevirtual java.security.cert.X509CRLSelector.setIssuers:(Ljava/util/Collection;)V
         1: .line 1138
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            aload 1 /* crl */
            invokevirtual java.security.cert.X509CRLSelector.match:(Ljava/security/cert/CRL;)Z
            istore 2 /* match */
        start local 2 // boolean match
         2: .line 1139
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.selector:Ljava/security/cert/X509CRLSelector;
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector.issuers:Ljava/util/Collection;
            invokevirtual java.security.cert.X509CRLSelector.setIssuers:(Ljava/util/Collection;)V
         3: .line 1140
            iload 2 /* match */
            ireturn
        end local 2 // boolean match
        end local 1 // java.security.cert.CRL crl
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/provider/certpath/ldap/LDAPCertStore$LDAPCRLSelector;
            0    4     1    crl  Ljava/security/cert/CRL;
            2    4     2  match  Z
    MethodParameters:
      Name  Flags
      crl   
}
SourceFile: "LDAPCertStore.java"
NestHost: sun.security.provider.certpath.ldap.LDAPCertStore
InnerClasses:
  LDAPCRLSelector = sun.security.provider.certpath.ldap.LDAPCertStore$LDAPCRLSelector of sun.security.provider.certpath.ldap.LDAPCertStore