Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.setKeyManager(KeyManager keyManager)
Sets the key manager which the SSL context should use.
|
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol)
Sets the protocol which the SSL context should use.
|
SSLContextBuilder |
SSLContextBuilder.setProvider(Provider provider)
Sets the provider which the SSL context should use.
|
SSLContextBuilder |
SSLContextBuilder.setProvider(String providerName)
Sets the provider which the SSL context should use.
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom random)
Sets the secure random number generator which the SSL context should use.
|
SSLContextBuilder |
SSLContextBuilder.setTrustManager(TrustManager trustManager)
Sets the trust manager which the SSL context should use.
|
Copyright 2010-2017 ForgeRock AS.