public interface AliasedCertificateFactory extends CertificateFactory
COMPID_CERTIFICATE_FACTORY
Modifier and Type | Method and Description |
---|---|
void |
addCertificate(String alias,
X509Certificate cert,
boolean overwrite) |
void |
addPrivateKey(String alias,
Key key,
String password) |
void |
clearCertificates() |
X509Certificate |
getCertificate(String alias) |
Map<String,X509Certificate> |
getCertificates() |
void |
removeCertificate(String alias) |
void |
removeCertificate(X509Certificate cert) |
getCertificate, getCertificate, getPrivateKey, getPrivateKey
destroy, getName, getParameters, getSession, init
X509Certificate getCertificate(String alias) throws OpenAS2Exception
OpenAS2Exception
Map<String,X509Certificate> getCertificates() throws OpenAS2Exception
OpenAS2Exception
void addCertificate(String alias, X509Certificate cert, boolean overwrite) throws OpenAS2Exception
OpenAS2Exception
void addPrivateKey(String alias, Key key, String password) throws OpenAS2Exception
OpenAS2Exception
void clearCertificates() throws OpenAS2Exception
OpenAS2Exception
void removeCertificate(X509Certificate cert) throws OpenAS2Exception
OpenAS2Exception
void removeCertificate(String alias) throws OpenAS2Exception
OpenAS2Exception
Copyright © 2018. All rights reserved.