public interface ICertificateStore
| Modifier and Type | Method and Description |
|---|---|
void |
clearCertificates() |
String |
getAlias(Certificate cert) |
String[] |
getAliases() |
Certificate |
getCertificate(String alias) |
Key |
getKey(String alias,
char[] password) |
void |
removeCertificate(String alias) |
void |
setCertificate(String alias,
Certificate cert) |
void |
setKey(String alias,
Key key,
char[] password) |
String[] getAliases() throws CertificateException
CertificateExceptionCertificate getCertificate(String alias) throws CertificateException
CertificateExceptionvoid setCertificate(String alias, Certificate cert) throws CertificateException
CertificateExceptionString getAlias(Certificate cert) throws CertificateException
CertificateExceptionvoid removeCertificate(String alias) throws CertificateException
CertificateExceptionvoid clearCertificates()
throws CertificateException
CertificateExceptionKey getKey(String alias, char[] password) throws CertificateException
CertificateExceptionvoid setKey(String alias, Key key, char[] password) throws CertificateException
CertificateExceptionCopyright © 2017. All rights reserved.