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