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