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