Uses of Interface
io.github.stevenjdh.simple.ssl.SimpleSSLContext.Builder
Packages that use SimpleSSLContext.Builder
-
Uses of SimpleSSLContext.Builder in io.github.stevenjdh.simple.ssl
Classes in io.github.stevenjdh.simple.ssl that implement SimpleSSLContext.BuilderMethods in io.github.stevenjdh.simple.ssl that return SimpleSSLContext.BuilderModifier and TypeMethodDescriptionSimpleSSLContext.Builder.keyStoreType(SimpleSSLContext.KeyStoreType type) Optionally sets the keystore type with PKCS12 being the default.SSLContextBuilderImpl.keyStoreType(SimpleSSLContext.KeyStoreType type) static SimpleSSLContext.BuilderSimpleSSLContext.newBuilder()Creates a newSimpleSSLContextbuilder to configure a customSSLContextinstance using an optional set of keystore and truststore instances.SimpleSSLContext.Builder.trustStoreType(SimpleSSLContext.KeyStoreType type) Optionally sets the truststore type with PKCS12 being the default.SSLContextBuilderImpl.trustStoreType(SimpleSSLContext.KeyStoreType type) SimpleSSLContext.Builder.withKeyStore(Path keyMaterialPath, char[] password) Optionally sets the keystore configuration to be used when building anSSLContext.SSLContextBuilderImpl.withKeyStore(Path keyMaterialPath, char[] password) SimpleSSLContext.Builder.withTrustStore(Path trustMaterialPath, char[] password) Optionally sets the truststore configuration to be used when building anSSLContext.SSLContextBuilderImpl.withTrustStore(Path trustMaterialPath, char[] password)