Uses of Class
io.helidon.common.pki.KeyConfig
-
Packages that use KeyConfig Package Description io.helidon.common.pki Utilities for PKI configuration and loading of certificates and keys.io.helidon.config.encryption Support for encrypted properties.io.helidon.grpc.server Reactive gRPC server API.io.helidon.security.providers.httpsign Provider supporting validation of incoming signatures and signing of outbound requests.io.helidon.webserver Reactive web server API. -
-
Uses of KeyConfig in io.helidon.common.pki
Methods in io.helidon.common.pki that return KeyConfig Modifier and Type Method Description KeyConfigKeyConfig.Builder. build()Build a new instance of the configuration based on this builder.KeyConfigKeyConfig.KeystoreBuilder. build()Create an instance ofKeyConfigbased on this builder.KeyConfigKeyConfig.PemBuilder. build()BuildKeyConfigbased on information from PEM files only.static KeyConfigKeyConfig. create(Config config)Load key config from config. -
Uses of KeyConfig in io.helidon.config.encryption
Methods in io.helidon.config.encryption with parameters of type KeyConfig Modifier and Type Method Description EncryptionFilter.BuilderEncryptionFilter.Builder. privateKey(KeyConfig privateKey)Private key for RSA based decryption. -
Uses of KeyConfig in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type KeyConfig Modifier and Type Method Description static SSLContextBuilderSSLContextBuilder. create(KeyConfig privateKeyConfig)Creates a builder of theSSLContext.SSLContextBuilderSSLContextBuilder. trustConfig(KeyConfig trustConfig)Set the trust key configuration to be used to validate certificates. -
Uses of KeyConfig in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return types with arguments of type KeyConfig Modifier and Type Method Description Optional<KeyConfig>InboundClientDefinition. keyConfig()For rsa-sha256 algorithm, this provides access to the public key of the client.Optional<KeyConfig>OutboundTargetDefinition. keyConfig()Private key configuration for RSA based algorithms.Methods in io.helidon.security.providers.httpsign with parameters of type KeyConfig Modifier and Type Method Description OutboundTargetDefinition.BuilderOutboundTargetDefinition.Builder. privateKeyConfig(KeyConfig keyConfig)Private key configuration for RSA based algorithms.InboundClientDefinition.BuilderInboundClientDefinition.Builder. publicKeyConfig(KeyConfig keyConfig)For algorithms based on public/private key (such as rsa-sha256), this provides access to the public key of the client. -
Uses of KeyConfig in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type KeyConfig Modifier and Type Method Description static SSLContextBuilderSSLContextBuilder. create(KeyConfig privateKeyConfig)Creates a builder of theSSLContext.SSLContextBuilderSSLContextBuilder. trustConfig(KeyConfig trustConfig)Set the trust key configuration to be used to validate certificates.
-