public class SimpleMemoryCertStore extends CertStoreSpi
| Constructor | Description |
|---|---|
SimpleMemoryCertStore(CertStoreParameters params) |
Deprecated.
|
| Modifier and Type | Method | 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 © 2018. All rights reserved.