Uses of Class
org.mozilla.jss.ssl.SSLVersionRange
Packages that use SSLVersionRange
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
SSL sockets.
-
Uses of SSLVersionRange in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as SSLVersionRangeMethods in org.mozilla.jss.crypto that return SSLVersionRange -
Uses of SSLVersionRange in org.mozilla.jss.nss
Methods in org.mozilla.jss.nss that return SSLVersionRangeModifier and TypeMethodDescriptionstatic SSLVersionRange
SSL.VersionRangeGet
(SSLFDProxy fd) Get the range of TLS versions enabled by this server.static SSLVersionRange
SSL.VersionRangeGetDefault()
Get the range of TLS versions enabled in all future PRFileDesc's of the default STREAM protocol variant..static SSLVersionRange
SSL.VersionRangeGetDefault
(SSLProtocolVariant variant) Get the range of TLS versions enabled in all future PRFileDesc's of the specified protocol variant.private static SSLVersionRange
SSL.VersionRangeGetDefaultNative
(int variant) Methods in org.mozilla.jss.nss with parameters of type SSLVersionRangeModifier and TypeMethodDescriptionstatic int
SSL.VersionRangeSet
(SSLFDProxy fd, SSLVersionRange range) Set the range of TLS versions enabled by this server by SSLVersionRange.static int
SSL.VersionRangeSetDefault
(SSLProtocolVariant variant, SSLVersionRange range) Set the range of TLS versions enabled by default, for all future PRFileDesc's of the specified protocol variant.static int
SSL.VersionRangeSetDefault
(SSLVersionRange range) Set the range of TLS versions enabled by default, for all future PRFileDesc's of the default protocol variant type, STREAM. -
Uses of SSLVersionRange in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLVersionRangeModifier and TypeMethodDescriptionSSLVersionRange.boundBy
(SSLVersionRange bound) Bounds this SSLVersionRange by the given range.private static SSLVersionRange
SSLSocket.boundSSLVersionRange
(int ssl_variant, int min, int max) Checks SSL Version Range against Defaultstatic SSLVersionRange
SSLSocket.boundSSLVersionRange
(SSLProtocolVariant ssl_variant, SSLVersionRange range) Methods in org.mozilla.jss.ssl with parameters of type SSLVersionRangeModifier and TypeMethodDescriptionSSLVersionRange.boundBy
(SSLVersionRange bound) Bounds this SSLVersionRange by the given range.static SSLVersionRange
SSLSocket.boundSSLVersionRange
(SSLProtocolVariant ssl_variant, SSLVersionRange range) (package private) void
SocketBase.setSSLVersionRange
(SSLVersionRange range) static void
SSLSocket.setSSLVersionRangeDefault
(SSLProtocolVariant ssl_variant, SSLVersionRange range) -
Uses of SSLVersionRange in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as SSLVersionRangeMethods in org.mozilla.jss.ssl.javax that return SSLVersionRangeModifier and TypeMethodDescriptionJSSParameters.getSSLVersionRange()
static SSLVersionRange
JSSEngine.queryEnabledProtocols()
Queries the list of protocols enabled by default.Methods in org.mozilla.jss.ssl.javax with parameters of type SSLVersionRangeModifier and TypeMethodDescriptionvoid
JSSEngine.setEnabledProtocols
(SSLVersionRange vrange) Sets the range of enabled SSL Protocols from a SSLVersionRange object.void
JSSParameters.setProtocols
(SSLVersionRange vrange)