Package org.globus.gsi.provider.simple
Class SimpleMemoryCertStore
java.lang.Object
java.security.cert.CertStoreSpi
org.globus.gsi.provider.simple.SimpleMemoryCertStore
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends Certificate> engineGetCertificates
(CertSelector selector) Deprecated.Collection
<? extends CRL> engineGetCRLs
(CRLSelector selector) Deprecated.
-
Constructor Details
-
SimpleMemoryCertStore
Deprecated.
-
-
Method Details
-
engineGetCRLs
Deprecated.- Specified by:
engineGetCRLs
in classCertStoreSpi
- Throws:
CertStoreException
-
engineGetCertificates
public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) throws CertStoreException Deprecated.- Specified by:
engineGetCertificates
in classCertStoreSpi
- Throws:
CertStoreException
-