public class SimpleMemoryCertStore extends CertStoreSpi
| Constructor and Description |
|---|
SimpleMemoryCertStore(CertStoreParameters params)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Certificate> |
engineGetCertificates(CertSelector selector)
Deprecated.
|
Collection<? extends CRL> |
engineGetCRLs(CRLSelector selector)
Deprecated.
|
public SimpleMemoryCertStore(CertStoreParameters params) throws InvalidAlgorithmParameterException
public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) throws CertStoreException
engineGetCRLs in class CertStoreSpiCertStoreExceptionpublic Collection<? extends Certificate> engineGetCertificates(CertSelector selector) throws CertStoreException
engineGetCertificates in class CertStoreSpiCertStoreExceptionCopyright © 2013. All Rights Reserved.