Uses of Class
kz.gamma.x509.X509CRLStoreSelector

Packages that use X509CRLStoreSelector
kz.gamma.jce.provider   
kz.gamma.x509   
kz.gamma.x509.util   
 

Uses of X509CRLStoreSelector in kz.gamma.jce.provider
 

Methods in kz.gamma.jce.provider with parameters of type X509CRLStoreSelector
protected static java.util.Collection CertPathValidatorUtilities.findCRLs(X509CRLStoreSelector crlSelect, java.util.List crlStores)
          Return a Collection of all CRLs found in the X509Store's that are matching the crlSelect criteriums.
protected static void CertPathValidatorUtilities.getCRLIssuersFromDistributionPoint(DistributionPoint dp, java.util.Collection issuerPrincipals, X509CRLStoreSelector selector, ExtendedPKIXParameters pkixParams)
          Add the CRL issuers from the cRLIssuer field of the distribution point or from the certificate if not given to the issuer criterion of the selector.
 

Uses of X509CRLStoreSelector in kz.gamma.x509
 

Methods in kz.gamma.x509 that return X509CRLStoreSelector
static X509CRLStoreSelector X509CRLStoreSelector.getInstance(java.security.cert.X509CRLSelector selector)
          Returns an instance of this from a X509CRLSelector.
 

Uses of X509CRLStoreSelector in kz.gamma.x509.util
 

Methods in kz.gamma.x509.util with parameters of type X509CRLStoreSelector
private  java.util.Set LDAPStoreHelper.createCRLs(java.util.List list, X509CRLStoreSelector xselector)
           
private  java.util.List LDAPStoreHelper.cRLIssuerSearch(X509CRLStoreSelector xselector, java.lang.String[] attrs, java.lang.String[] attrNames, java.lang.String[] issuerAttributeNames)
          Can use the issuer of the given of the X509CRLStoreSelector.
 java.util.Collection LDAPStoreHelper.getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
          Returns the revocation list for revoked attribute certificates for an attribute authority

The attributeAuthorityList holds a list of AA certificates that have been revoked.

 java.util.Collection LDAPStoreHelper.getAttributeCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the revocation list for revoked attribute certificates.
 java.util.Collection LDAPStoreHelper.getAuthorityRevocationLists(X509CRLStoreSelector selector)
          Returns the CRLs for issued certificates for other CAs matching the given selector.
 java.util.Collection LDAPStoreHelper.getCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the certificate revocation lists for revoked certificates.
 java.util.Collection LDAPStoreHelper.getDeltaCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the delta revocation list for revoked certificates.
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.