public interface KeyStoreManager
Modifier and Type | Method and Description |
---|---|
void |
addBase64Cert(String alias,
String base64Cert) |
String |
getBase64Cert() |
char[] |
getCertificatePassword() |
char[] |
getKeyStorePassword() |
TrustManager[] |
getTrustManagers() |
InputStream |
keyStoreAsInputStream() |
InputStream |
trustStoreAsInputStream() |
void addBase64Cert(String alias, String base64Cert) throws IOException
IOException
String getBase64Cert()
InputStream keyStoreAsInputStream()
char[] getCertificatePassword()
char[] getKeyStorePassword()
TrustManager[] getTrustManagers()
InputStream trustStoreAsInputStream()
Copyright © 2009–2015 LittleShoot. All rights reserved.