io.helidon.common.tls.TlsMaterial

Description

TLS key and trust material used to set up or reload manager state

Configuration options

KeyTypeDefaultDescription
trustList<Keys>List of certificates that form the trust manager
revocationRevocationConfigCertificate revocation check configuration
internal-keystore-providerStringProvider of the key stores used internally to create a key and trust manager factories
trust-manager-factory-providerStringTrust manager factory provider to use
private-keyKeysPrivate key to use
internal-keystore-typeStringType of the key stores used internally to create a key and trust manager factories
key-manager-factory-algorithmStringAlgorithm of the key manager factory used when private key is defined
trust-manager-factory-algorithmStringTrust manager factory algorithm
trust-allBooleanfalseTrust any certificate provided by the other side of communication
key-manager-factory-providerStringKey manager factory provider
secure-random-providerStringProvider to use when creating a new secure random
secure-random-algorithmStringAlgorithm to use when creating a new secure random

Dependent Types


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.