Uses of Class
io.helidon.common.pki.Keys.Builder
Packages that use Keys.Builder
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
TLS Configuration for client and server.
-
Uses of Keys.Builder in io.helidon.common.pki
Methods in io.helidon.common.pki that return Keys.BuilderModifier and TypeMethodDescriptionstatic Keys.Builder
Keys.builder()
Create a new fluent API builder to customize configuration.static Keys.Builder
Create a new fluent API builder from an existing instance. -
Uses of Keys.Builder in io.helidon.common.tls
Method parameters in io.helidon.common.tls with type arguments of type Keys.BuilderModifier and TypeMethodDescriptionTlsConfig.BuilderBase.privateKey
(Consumer<Keys.Builder> consumer) Private key to use.TlsConfig.BuilderBase.privateKeyCertChain
(Consumer<Keys.Builder> consumer) Certificate chain of the private key.TlsConfig.BuilderBase.trust
(Consumer<Keys.Builder> consumer) List of certificates that form the trust manager.