Class SimpleSSLContextFactory.Builder

java.lang.Object
org.kiwiproject.security.SimpleSSLContextFactory.Builder
Enclosing class:
SimpleSSLContextFactory

public static class SimpleSSLContextFactory.Builder extends Object
A builder class for SimpleSSLContextFactory.

If not specified, key and trust store type default to "JKS", and verifyHostname defaults to true.

Implementation Note:
This was implemented well before we started using Lombok, so is manual builder code, though we have added both the Lombok-style xxx() and keeping the original setXxx() methods. Subject to change in the future.