Uses of Interface
io.helidon.common.tls.RevocationConfig
Packages that use RevocationConfig
-
Uses of RevocationConfig in io.helidon.common.tls
Classes in io.helidon.common.tls with type parameters of type RevocationConfigModifier and TypeClassDescriptionstatic class
RevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RevocationConfig> Fluent API builder base forRevocationConfig
.Classes in io.helidon.common.tls that implement RevocationConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.tls that return RevocationConfigModifier and TypeMethodDescriptionRevocationConfig.Builder.build()
RevocationConfig.Builder.buildPrototype()
static RevocationConfig
RevocationConfig.create()
Create a new instance with default values.static RevocationConfig
Create a new instance from configuration.Methods in io.helidon.common.tls that return types with arguments of type RevocationConfigModifier and TypeMethodDescriptionTlsConfig.BuilderBase.revocation()
Certificate revocation check configuration.TlsConfig.BuilderBase.TlsConfigImpl.revocation()
Methods in io.helidon.common.tls with parameters of type RevocationConfigModifier and TypeMethodDescriptionstatic RevocationConfig.Builder
RevocationConfig.builder
(RevocationConfig instance) Create a new fluent API builder from an existing instance.RevocationConfig.BuilderBase.from
(RevocationConfig prototype) Update this builder from an existing prototype instance.TlsConfig.BuilderBase.revocation
(RevocationConfig revocation) Certificate revocation check configuration.