Uses of Class
io.helidon.common.pki.KeystoreKeys.BuilderBase
Packages that use KeystoreKeys.BuilderBase
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeystoreKeys.BuilderBase in io.helidon.common.pki
Classes in io.helidon.common.pki with type parameters of type KeystoreKeys.BuilderBaseModifier and TypeClassDescriptionstatic classKeystoreKeys.BuilderBase<BUILDER extends KeystoreKeys.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends KeystoreKeys> Fluent API builder base forKeystoreKeys.Subclasses of KeystoreKeys.BuilderBase in io.helidon.common.pkiMethods in io.helidon.common.pki with parameters of type KeystoreKeys.BuilderBaseModifier and TypeMethodDescriptionKeystoreKeys.BuilderBase.from(KeystoreKeys.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.pki with parameters of type KeystoreKeys.BuilderBaseModifierConstructorDescriptionprotectedKeystoreKeysImpl(KeystoreKeys.BuilderBase<?, ?> builder) Create an instance providing a builder.