Package io.quarkus.tls.runtime.config
Interface JKSTrustStoreConfig
public interface JKSTrustStoreConfig
-
Method Summary
-
Method Details
-
path
Path path()Path to the trust store file (JKS format). -
password
Password of the trust store. If not set, the password must be retrieved from the credential provider. -
alias
Alias of the key in the trust store. -
provider
Provider of the trust store.
-