Uses of Class
io.helidon.common.pki.KeyConfig.KeystoreBuilder
Packages that use KeyConfig.KeystoreBuilder
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeyConfig.KeystoreBuilder in io.helidon.common.pki
Methods in io.helidon.common.pki that return KeyConfig.KeystoreBuilderModifier and TypeMethodDescriptionKeyConfig.KeystoreBuilder.addCertAlias
(String alias) Add an alias to list of aliases used to generate a trusted set of certificates.Alias of X.509 certificate of public key.KeyConfig.KeystoreBuilder.certChainAlias
(String alias) Alias of an X.509 chain.Update this builder from configuration.Alias of the private key in the keystore.KeyConfig.KeystoreBuilder.keyPassphrase
(char[] privateKeyPassphrase) Pass-phrase of the key in the keystore (used for private keys).KeyConfig.KeystoreBuilder.keyPassphrase
(String privateKeyPassphrase) Pass-phrase of the key in the keystore (used for private keys).Keystore resource definition.static KeyConfig.KeystoreBuilder
KeyConfig.keystoreBuilder()
Build this instance from a java keystore (such as PKCS12 keystore).KeyConfig.KeystoreBuilder.keystorePassphrase
(char[] keystorePassphrase) Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).KeyConfig.KeystoreBuilder.keystorePassphrase
(String keystorePassword) Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).KeyConfig.KeystoreBuilder.keystoreType
(String keystoreType) Set type of keystore.KeyConfig.KeystoreBuilder.trustStore()
If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list.Methods in io.helidon.common.pki with parameters of type KeyConfig.KeystoreBuilderModifier and TypeMethodDescriptionKeyConfig.Builder.updateWith
(KeyConfig.KeystoreBuilder builder) Update this builder with information from a keystore builder.