public interface ICertificateStore
| Modifier and Type | Method and Description |
|---|---|
void |
clearCertificates() |
String |
getAlias(Certificate aCert) |
com.helger.commons.collection.impl.ICommonsList<String> |
getAliases() |
Certificate |
getCertificate(String sAlias) |
Key |
getKey(String sAlias,
char[] aPassword) |
void |
removeCertificate(String sAlias) |
void |
setCertificate(String sAlias,
Certificate aCert) |
void |
setKey(String sAlias,
Key aKey,
char[] aPassword) |
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<String> getAliases() throws CertificateException
CertificateException@Nullable Certificate getCertificate(@Nullable String sAlias) throws CertificateException
CertificateExceptionvoid setCertificate(@Nonnull String sAlias, @Nonnull Certificate aCert) throws CertificateException
CertificateException@Nullable String getAlias(@Nullable Certificate aCert) throws CertificateException
CertificateExceptionvoid removeCertificate(@Nullable String sAlias) throws CertificateException
CertificateExceptionvoid clearCertificates()
throws CertificateException
CertificateException@Nullable Key getKey(@Nullable String sAlias, char[] aPassword) throws CertificateException
CertificateExceptionvoid setKey(@Nonnull String sAlias, @Nonnull Key aKey, char[] aPassword) throws CertificateException
CertificateExceptionCopyright © 2013–2019 Philip Helger. All rights reserved.