public interface IAliasedCertificateFactory extends ICertificateFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificate(String sAlias,
X509Certificate aCert,
boolean bOverwrite) |
void |
addPrivateKey(String sAlias,
Key aKey,
String sPassword) |
void |
clearCertificates() |
X509Certificate |
getCertificate(String sAlias) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,X509Certificate> |
getCertificates() |
void |
removeCertificate(String sAlias) |
void |
removeCertificate(X509Certificate aCert) |
getCertificate, getCertificateOrNull, getPrivateKeyattrs, getName, getSession, initDynamicComponentX509Certificate getCertificate(String sAlias) throws AS2Exception
AS2Exceptioncom.helger.commons.collection.impl.ICommonsOrderedMap<String,X509Certificate> getCertificates() throws AS2Exception
AS2Exceptionvoid addCertificate(@Nonnull @Nonempty String sAlias, @Nonnull X509Certificate aCert, boolean bOverwrite) throws AS2Exception
AS2Exceptionvoid addPrivateKey(@Nonnull @Nonempty String sAlias, @Nonnull Key aKey, @Nonnull String sPassword) throws AS2Exception
AS2Exceptionvoid clearCertificates()
throws AS2Exception
AS2Exceptionvoid removeCertificate(@Nonnull X509Certificate aCert) throws AS2Exception
AS2Exceptionvoid removeCertificate(String sAlias) throws AS2Exception
AS2ExceptionCopyright © 2013–2022 Philip Helger. All rights reserved.