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
CertificateException
Certificate getCertificate(String alias) throws CertificateException
CertificateException
void setCertificate(String alias, Certificate cert) throws CertificateException
CertificateException
String getAlias(Certificate cert) throws CertificateException
CertificateException
void removeCertificate(String alias) throws CertificateException
CertificateException
void clearCertificates() throws CertificateException
CertificateException
Key getKey(String alias, char[] password) throws CertificateException
CertificateException
void setKey(String alias, Key key, char[] password) throws CertificateException
CertificateException
Copyright © 2017. All rights reserved.