Uses of Class
io.helidon.common.pki.KeystoreKeys.Builder
Packages that use KeystoreKeys.Builder
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeystoreKeys.Builder in io.helidon.common.pki
Methods in io.helidon.common.pki that return KeystoreKeys.BuilderModifier and TypeMethodDescriptionstatic KeystoreKeys.Builder
KeystoreKeys.builder()
Create a new fluent API builder to customize configuration.static KeystoreKeys.Builder
KeystoreKeys.builder
(KeystoreKeys instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.pki with type arguments of type KeystoreKeys.BuilderModifier and TypeMethodDescriptionKeys.BuilderBase.keystore
(Consumer<KeystoreKeys.Builder> consumer) Configure keys from a keystore.