Uses of Interface
io.helidon.common.pki.KeystoreKeys
Packages that use KeystoreKeys
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeystoreKeys in io.helidon.common.pki
Classes in io.helidon.common.pki with type parameters of type KeystoreKeysModifier and TypeClassDescriptionstatic class
KeystoreKeys.BuilderBase<BUILDER extends KeystoreKeys.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeystoreKeys> Fluent API builder base forKeystoreKeys
.Classes in io.helidon.common.pki that implement KeystoreKeysModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.pki that return KeystoreKeysModifier and TypeMethodDescriptionKeystoreKeys.Builder.build()
KeystoreKeys.Builder.buildPrototype()
static KeystoreKeys
Create a new instance from configuration.Methods in io.helidon.common.pki that return types with arguments of type KeystoreKeysModifier and TypeMethodDescriptionKeys.BuilderBase.KeysImpl.keystore()
Keys.BuilderBase.keystore()
Configure keys from a keystore.Methods in io.helidon.common.pki with parameters of type KeystoreKeysModifier and TypeMethodDescriptionstatic KeystoreKeys.Builder
KeystoreKeys.builder
(KeystoreKeys instance) Create a new fluent API builder from an existing instance.KeystoreKeys.BuilderBase.from
(KeystoreKeys prototype) Update this builder from an existing prototype instance.Keys.BuilderBase.keystore
(KeystoreKeys keystore) Configure keys from a keystore.