Searched refs:engineGetCRLs (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertStoreSpi.java52 * <code>engineGetCertificates</code> and <code>engineGetCRLs</code> methods.
123 public abstract Collection<? extends CRL> engineGetCRLs method in class:CertStoreSpi
H A DCertStore.java181 return storeSpi.engineGetCRLs(selector);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCollectionCertStore.java48 * {@link #engineGetCRLs engineGetCRLs} methods, the
61 * <code>engineGetCertificates</code> and <code>engineGetCRLs</code> methods
160 public Collection<CRL> engineGetCRLs(CRLSelector selector) method in class:CollectionCertStore
H A DIndexedCollectionCertStore.java64 * {@link #engineGetCRLs engineGetCRLs} methods, the
77 * <code>engineGetCertificates</code> and <code>engineGetCRLs</code> methods
334 public Collection<CRL> engineGetCRLs(CRLSelector selector) method in class:IndexedCollectionCertStore
H A DURICertStore.java392 public synchronized Collection<X509CRL> engineGetCRLs(CRLSelector selector) method in class:URICertStore
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java186 public Collection engineGetCRLs(CRLSelector sel) { return Collections.EMPTY_LIST; } method in class:GetInstance.FooStore
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java63 * {@link #engineGetCRLs engineGetCRLs} methods, the
73 * <code>engineGetCertificates</code> and <code>engineGetCRLs</code> methods
81 * <code>engineGetCertificates</code> and <code>engineGetCRLs</code> methods.
754 public synchronized Collection<X509CRL> engineGetCRLs(CRLSelector selector) method in class:LDAPCertStore
757 debug.println("LDAPCertStore.engineGetCRLs() selector: "
819 debug.println("LDAPCertStore.engineGetCRLs non-fatal error "

Completed in 63 milliseconds