public interface KeyStoreManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCertPassword()
Returns the default cert password or null if a password is not configured
|
java.security.KeyStore |
getKeyStore()
Returns the loaded key store configured for the runtime or null if a key store is not available.
|
java.io.File |
getKeyStoreLocation()
Returns the key store location configured for the runtime or null if a key store is not available.
|
java.lang.String |
getKeyStorePassword()
Returns the key store password or null if a password is not configured.
|
java.security.KeyStore |
getTrustStore()
Returns the loaded trust store configured for the runtime or null if a key store is not available.
|
java.io.File |
getTrustStoreLocation()
Returns the trust store location configured for the runtime or null if a key store is not available.
|
java.lang.String |
getTrustStorePassword()
Returns the trust store password or null if a password is not configured.
|
java.security.KeyStore getKeyStore()
java.io.File getKeyStoreLocation()
java.lang.String getKeyStorePassword()
java.security.KeyStore getTrustStore()
java.lang.String getTrustStorePassword()
java.io.File getTrustStoreLocation()
java.lang.String getCertPassword()