public interface SslStoreProvider
WebServer
to use. Can be used when
file based key stores cannot be used.Modifier and Type | Method and Description |
---|---|
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 error