Uses of Interface
io.helidon.common.tls.RevocationConfig
-
Uses of RevocationConfig in io.helidon.common.tls
Modifier and TypeClassDescriptionstatic class
RevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RevocationConfig> Fluent API builder base forRevocationConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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.Modifier and TypeMethodDescriptionTlsConfig.BuilderBase.revocation()
Certificate revocation check configuration.TlsConfig.BuilderBase.TlsConfigImpl.revocation()
Modifier 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.