public interface SslStoreProvider
WebServer
to use. Can be used when
file based key stores cannot be used.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getKeyPassword()
Return the password of the private key in the key store.
|
java.security.KeyStore |
getKeyStore()
Return the key store that should be used.
|
java.security.KeyStore |
getTrustStore()
Return the trust store that should be used.
|
java.security.KeyStore getKeyStore() throws java.lang.Exception
java.lang.Exception
- on load errorjava.security.KeyStore getTrustStore() throws java.lang.Exception
java.lang.Exception
- on load errordefault java.lang.String getKeyPassword()