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