java.security.cert
Class CertStoreSpi
java.lang.Object
java.security.cert.CertStoreSpi
public abstract class CertStoreSpi
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertStoreSpi
public CertStoreSpi(CertStoreParameters params)
throws InvalidAlgorithmParameterException
- Throws:
InvalidAlgorithmParameterException
engineGetCertificates
public abstract Collection<? extends Certificate> engineGetCertificates(CertSelector selector)
throws CertStoreException
- Throws:
CertStoreException
engineGetCRLs
public abstract Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
throws CertStoreException
- Throws:
CertStoreException
Please submit a feedback, bug or feature