Uses of Class
io.helidon.common.pki.KeystoreKeys.BuilderBase
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeystoreKeys.BuilderBase in io.helidon.common.pki
Modifier and TypeClassDescriptionstatic class
KeystoreKeys.BuilderBase<BUILDER extends KeystoreKeys.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeystoreKeys> Fluent API builder base forKeystoreKeys
.Modifier and TypeMethodDescriptionKeystoreKeys.BuilderBase.from
(KeystoreKeys.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
KeystoreKeysImpl
(KeystoreKeys.BuilderBase<?, ?> builder) Create an instance providing a builder.