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 SSLVersionRangeSSL.VersionRangeGet(SSLFDProxy fd) Get the range of TLS versions enabled by this server.static SSLVersionRangeSSL.VersionRangeGetDefault()Get the range of TLS versions enabled in all future PRFileDesc's of the default STREAM protocol variant..static SSLVersionRangeSSL.VersionRangeGetDefault(SSLProtocolVariant variant) Get the range of TLS versions enabled in all future PRFileDesc's of the specified protocol variant.private static SSLVersionRangeSSL.VersionRangeGetDefaultNative(int variant) Methods in org.mozilla.jss.nss with parameters of type SSLVersionRangeModifier and TypeMethodDescriptionstatic intSSL.VersionRangeSet(SSLFDProxy fd, SSLVersionRange range) Set the range of TLS versions enabled by this server by SSLVersionRange.static intSSL.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 intSSL.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 SSLVersionRangeSSLSocket.boundSSLVersionRange(int ssl_variant, int min, int max) Checks SSL Version Range against Defaultstatic SSLVersionRangeSSLSocket.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 SSLVersionRangeSSLSocket.boundSSLVersionRange(SSLProtocolVariant ssl_variant, SSLVersionRange range) (package private) voidSocketBase.setSSLVersionRange(SSLVersionRange range) static voidSSLSocket.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 SSLVersionRangeJSSEngine.queryEnabledProtocols()Queries the list of protocols enabled by default.Methods in org.mozilla.jss.ssl.javax with parameters of type SSLVersionRangeModifier and TypeMethodDescriptionvoidJSSEngine.setEnabledProtocols(SSLVersionRange vrange) Sets the range of enabled SSL Protocols from a SSLVersionRange object.voidJSSParameters.setProtocols(SSLVersionRange vrange)