Uses of Class
org.forgerock.opendj.ldap.SSLContextBuilder
Packages that use SSLContextBuilder
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of SSLContextBuilder in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return SSLContextBuilderModifier and TypeMethodDescriptionSSLContextBuilder.setKeyManager(KeyManager keyManager) Sets the key manager which the SSL context should use.SSLContextBuilder.setProtocol(String protocol) Sets the protocol which the SSL context should use.SSLContextBuilder.setProvider(String providerName) Sets the provider which the SSL context should use.SSLContextBuilder.setProvider(Provider provider) Sets the provider which the SSL context should use.SSLContextBuilder.setSecureRandom(SecureRandom random) Sets the secure random number generator which the SSL context should use.SSLContextBuilder.setTrustManager(TrustManager trustManager) Sets the trust manager which the SSL context should use.