Uses of Enum Class
org.mozilla.jss.ssl.SSLVersion
Packages that use SSLVersion
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
SSL sockets.
-
Uses of SSLVersion in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as SSLVersionModifier and TypeFieldDescriptionstatic SSLVersionPolicy.TLS_MAXIMUM_VERSIONstatic SSLVersionPolicy.TLS_MINIMUM_VERSION -
Uses of SSLVersion in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLVersionModifier and TypeFieldDescriptionprivate SSLVersionSSLChannelInfo.protocolVersionWhich protocol version is used by this SSL socket.private SSLVersionSSLPreliminaryChannelInfo.protocolVersionWhich protocol version is used by this SSL socket.Methods in org.mozilla.jss.nss that return SSLVersionModifier and TypeMethodDescriptionSSLChannelInfo.getProtocolVersion()Gets the value of protocolVersion.SSLPreliminaryChannelInfo.getProtocolVersion()Gets the value of protocolVersion; throws an exception when the value isn't yet available. -
Uses of SSLVersion in org.mozilla.jss.provider.javax.net
Fields in org.mozilla.jss.provider.javax.net declared as SSLVersion -
Uses of SSLVersion in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as SSLVersionModifier and TypeFieldDescriptionprivate SSLVersionSSLVersionRange.maxVersionprivate SSLVersionSSLVersionRange.minVersionprivate SSLVersion[]SSLCipher.versionsMethods in org.mozilla.jss.ssl that return SSLVersionModifier and TypeMethodDescriptionstatic SSLVersionSSLVersion.findByAlias(String alias) SSLVersionRange.getAllInRange()Gets all of the SSLVersions in this range, including endpoints.SSLVersionRange.getMaxVersion()SSLVersionRange.getMinVersion()static SSLVersionSSLVersion.maxSupported()static SSLVersionSSLVersion.minSupported()static SSLVersionSSLVersion.valueOf(int value) Returns the enum constant of this class with the specified name.static SSLVersionReturns the enum constant of this class with the specified name.static SSLVersion[]SSLVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss.ssl with parameters of type SSLVersionConstructors in org.mozilla.jss.ssl with parameters of type SSLVersionModifierConstructorDescriptionprivateSSLCipher(int id, boolean ecc, SSLVersion version) privateSSLCipher(int id, boolean ecc, SSLVersion[] versions) privateSSLCipher(int id, SSLVersion version) privateSSLCipher(int id, SSLVersion[] versions) SSLVersionRange(SSLVersion minVersion, SSLVersion maxVersion) -
Uses of SSLVersion in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as SSLVersionModifier and TypeFieldDescriptionprotected SSLVersionJSSEngine.max_protocolThe maximum TLS protocol version we should attempt to handshake.protected SSLVersionJSSEngine.min_protocolThe minimum TLS protocol version we should attempt to handshake.private SSLVersionJSSSession.protocolVersionMethods in org.mozilla.jss.ssl.javax that return SSLVersionMethods in org.mozilla.jss.ssl.javax with parameters of type SSLVersionModifier and TypeMethodDescriptionvoidJSSEngine.setEnabledProtocols(SSLVersion min, SSLVersion max) Sets the range of enabled SSL Protocols from a minimum and maximum SSLVersion value.protected voidJSSSession.setProtocol(SSLVersion protocol) voidJSSParameters.setProtocols(SSLVersion min, SSLVersion max)