Uses of Interface
io.helidon.common.pki.KeystoreKeys
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeystoreKeys 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 TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionKeystoreKeys.Builder.build()
KeystoreKeys.Builder.buildPrototype()
static KeystoreKeys
Create a new instance from configuration.Modifier and TypeMethodDescriptionKeys.BuilderBase.KeysImpl.keystore()
Keys.BuilderBase.keystore()
Configure keys from a keystore.Modifier 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.