@Role public interface CertificateStore
Modifier and Type | Method and Description |
---|---|
Collection<CertifiedPublicKey> |
getAllCertificates(StoreReference store)
Return all the certificates available in a certificate store.
|
CertificateProvider |
getCertificateProvider(StoreReference store)
Return a certificate provider providing from the given certificate store.
|
void |
store(StoreReference store,
CertifiedPublicKey certificate)
Store a certificate into a certificate store.
|
void store(StoreReference store, CertifiedPublicKey certificate) throws CertificateStoreException
store
- the reference of the store where the certificate should be saved.certificate
- the certificate to store.CertificateStoreException
- on error.CertificateProvider getCertificateProvider(StoreReference store) throws CertificateStoreException
store
- the reference of the store where the certificate should be saved.CertificateStoreException
- on error.Collection<CertifiedPublicKey> getAllCertificates(StoreReference store) throws CertificateStoreException
store
- the reference of the store where the certificate should be saved.CertificateStoreException
- on error.Copyright © 2004–2021 XWiki. All rights reserved.