Uses of Class
io.helidon.common.pki.KeyConfig.PemBuilder
Package
Description
Utilities for PKI configuration and loading of certificates and keys.
-
Uses of KeyConfig.PemBuilder in io.helidon.common.pki
Modifier and TypeMethodDescriptionLoad certificate chain from PEM resource.KeyConfig.PemBuilder.certificates
(Resource resource) Read one or more certificates in PEM format from a resource definition.Update this builder from configuration.Read a private key from PEM format from a resource definition.KeyConfig.PemBuilder.keyPassphrase
(char[] passphrase) Passphrase for private key.KeyConfig.PemBuilder.keyPassphrase
(String passphrase) Passphrase for private key.static KeyConfig.PemBuilder
KeyConfig.pemBuilder()
Build this instance from PEM files (usually a pair of private key and certificate chain).Read a public key from PEM format from a resource definition.Modifier and TypeMethodDescriptionKeyConfig.Builder.updateWith
(KeyConfig.PemBuilder builder) Update this builder with information from a pem builder.