Package | Description |
---|---|
org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
Modifier and Type | Method and Description |
---|---|
SslContextBuilder |
SslContextBuilder.keyManager(KeyManager keyManager)
Sets the key manager which the SSL context should use.
|
SslContextBuilder |
SslContextBuilder.protocol(String protocol)
Sets the maximum protocol version which the SSL context should support.
|
SslContextBuilder |
SslContextBuilder.provider(Provider provider)
Sets the provider which the SSL context should use.
|
SslContextBuilder |
SslContextBuilder.provider(String providerName)
Sets the provider which the SSL context should use.
|
SslContextBuilder |
SslContextBuilder.secureRandom(SecureRandom random)
Sets the secure random number generator which the SSL context should use.
|
SslContextBuilder |
SslContextBuilder.trustManager(TrustManager trustManager)
Sets the trust manager which the SSL context should use.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.