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
Subclasses with type arguments of type Keys.Builder in io.helidon.common.pkiClasses in io.helidon.common.pki that implement interfaces with type arguments of type Keys.BuilderMethods in io.helidon.common.pki that return Keys.BuilderModifier and TypeMethodDescriptionstatic Keys.BuilderKeys.builder()Create a new fluent API builder to customize configuration.static Keys.BuilderCreate 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 TypeMethodDescriptionTlsMaterial.BuilderBase.privateKey(Consumer<Keys.Builder> consumer) Private key to use.TlsMaterial.BuilderBase.privateKeyCertChain(Consumer<Keys.Builder> consumer) Certificate chain of the private key.TlsMaterial.BuilderBase.trust(Consumer<Keys.Builder> consumer) List of certificates that form the trust manager.