Uses of Enum
com.nimbusds.oauth2.sdk.util.tls.TLSVersion
Packages that use TLSVersion
-
Uses of TLSVersion in com.nimbusds.oauth2.sdk.util.tls
Methods in com.nimbusds.oauth2.sdk.util.tls that return TLSVersionModifier and TypeMethodDescriptionstatic TLSVersionReturns the enum constant of this type with the specified name.static TLSVersion[]TLSVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nimbusds.oauth2.sdk.util.tls with parameters of type TLSVersionModifier and TypeMethodDescriptionstatic SSLSocketFactoryTLSUtils.createSSLSocketFactory(KeyStore trustStore, TLSVersion tlsVersion) Creates a new SSL socket factory with with a custom trust store for server or CA root X.509 certificates / certificate chains.static SSLSocketFactoryTLSUtils.createSSLSocketFactory(KeyStore trustStore, KeyStore keyStore, char[] keyPw, TLSVersion tlsVersion) Creates a new SSL socket factory with with a custom trust store for server (or CA) certificates and / or custom key store for client keys and certificates.