org.littleshoot.proxy
Interface KeyStoreManager
- All Known Implementing Classes:
- SelfSignedKeyStoreManager
public interface KeyStoreManager
addBase64Cert
void addBase64Cert(String alias,
String base64Cert)
throws IOException
- Throws:
IOException
keyStoreAsInputStream
InputStream keyStoreAsInputStream()
getCertificatePassword
char[] getCertificatePassword()
getKeyStorePassword
char[] getKeyStorePassword()
getTrustManagers
TrustManager[] getTrustManagers()
trustStoreAsInputStream
InputStream trustStoreAsInputStream()
Copyright © 2009-2012 LittleShoot. All Rights Reserved.