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