Uses of Class
io.helidon.common.pki.KeyConfig.Builder
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeyConfig.Builder in io.helidon.common.pki
Modifier and TypeMethodDescriptionKeyConfig.Builder.addCert
(X509Certificate certificate) Add a certificate to the list of certificates, used e.g.KeyConfig.Builder.addCertChain
(X509Certificate certificate) Add an X.509 certificate instance to the end of certification chain.Updated this builder instance from configuration.static KeyConfig.Builder
KeyConfig.fullBuilder()
Creates a new builder to configure instance.KeyConfig.Builder.privateKey
(PrivateKey privateKey) Configure a private key instance (rather then keystore and alias).Configure a public key instance (rather then keystore and certificate alias).KeyConfig.Builder.publicKeyCert
(X509Certificate certificate) Configure an X.509 certificate instance for public key certificate.KeyConfig.KeystoreBuilder.toFullBuilder()
Create a builder forKeyConfig
from this keystore builder.KeyConfig.PemBuilder.toFullBuilder()
Get a builder filled from this builder to add additional information (such as public key from certificate etc.).KeyConfig.Builder.updateWith
(KeyConfig.KeystoreBuilder builder) Update this builder with information from a keystore builder.KeyConfig.Builder.updateWith
(KeyConfig.PemBuilder builder) Update this builder with information from a pem builder.