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 CertStoreSpi
CertStoreException
public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) throws CertStoreException
engineGetCertificates
in class CertStoreSpi
CertStoreException
Copyright © 2018. All rights reserved.