Uses of Class
io.helidon.common.tls.RevocationConfig.Builder
Packages that use RevocationConfig.Builder
-
Uses of RevocationConfig.Builder in io.helidon.common.tls
Subclasses with type arguments of type RevocationConfig.Builder in io.helidon.common.tlsClasses in io.helidon.common.tls that implement interfaces with type arguments of type RevocationConfig.BuilderMethods 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 TypeMethodDescriptionTlsMaterial.BuilderBase.revocation(Consumer<RevocationConfig.Builder> consumer) Certificate revocation check configuration.