Package org.globus.gsi.provider.simple
Class SimpleMemoryCertStore
- java.lang.Object
-
- java.security.cert.CertStoreSpi
-
- org.globus.gsi.provider.simple.SimpleMemoryCertStore
-
public class SimpleMemoryCertStore extends CertStoreSpi
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SimpleMemoryCertStore(CertStoreParameters params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<? extends Certificate>engineGetCertificates(CertSelector selector)Deprecated.Collection<? extends CRL>engineGetCRLs(CRLSelector selector)Deprecated.
-
-
-
Constructor Detail
-
SimpleMemoryCertStore
public SimpleMemoryCertStore(CertStoreParameters params) throws InvalidAlgorithmParameterException
Deprecated.
-
-
Method Detail
-
engineGetCRLs
public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) throws CertStoreException
Deprecated.- Specified by:
engineGetCRLsin classCertStoreSpi- Throws:
CertStoreException
-
engineGetCertificates
public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) throws CertStoreException
Deprecated.- Specified by:
engineGetCertificatesin classCertStoreSpi- Throws:
CertStoreException
-
-