Package io.quarkus.tls.runtime
Interface KeyStoreProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for providing
KeyStoreAndKeyCertOptions from CDI beans at runtime.-
Method Summary
Modifier and TypeMethodDescriptiongetKeyStore(io.vertx.core.Vertx vertx) Returns the keystore and options to be used for [re]loading the state of a TLS configuration
-
Method Details
-
getKeyStore
Returns the keystore and options to be used for [re]loading the state of a TLS configuration- Parameters:
vertx- the managed vertx instance- Returns:
- the keystore and options
-