Uses of Class
io.helidon.common.tls.RevocationConfig.Builder
Packages that use RevocationConfig.Builder
-
Uses of RevocationConfig.Builder in io.helidon.common.tls
Methods in io.helidon.common.tls that return RevocationConfig.BuilderModifier and TypeMethodDescriptionstatic RevocationConfig.BuilderRevocationConfig.builder()Create a new fluent API builder to customize configuration.static RevocationConfig.BuilderRevocationConfig.builder(RevocationConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.tls with type arguments of type RevocationConfig.BuilderModifier and TypeMethodDescriptionTlsConfig.BuilderBase.revocation(Consumer<RevocationConfig.Builder> consumer) Certificate revocation check configuration.