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 SSLVersion
Policy.TLS_MAXIMUM_VERSION
static SSLVersion
Policy.TLS_MINIMUM_VERSION
-
Uses of SSLVersion in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLVersionModifier and TypeFieldDescriptionprivate SSLVersion
SSLChannelInfo.protocolVersion
Which protocol version is used by this SSL socket.private SSLVersion
SSLPreliminaryChannelInfo.protocolVersion
Which 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 SSLVersion
SSLVersionRange.maxVersion
private SSLVersion
SSLVersionRange.minVersion
private SSLVersion[]
SSLCipher.versions
Methods in org.mozilla.jss.ssl that return SSLVersionModifier and TypeMethodDescriptionstatic SSLVersion
SSLVersion.findByAlias
(String alias) SSLVersionRange.getAllInRange()
Gets all of the SSLVersions in this range, including endpoints.SSLVersionRange.getMaxVersion()
SSLVersionRange.getMinVersion()
static SSLVersion
SSLVersion.maxSupported()
static SSLVersion
SSLVersion.minSupported()
static SSLVersion
SSLVersion.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLVersion
Returns 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 SSLVersionModifierConstructorDescriptionprivate
SSLCipher
(int id, boolean ecc, SSLVersion version) private
SSLCipher
(int id, boolean ecc, SSLVersion[] versions) private
SSLCipher
(int id, SSLVersion version) private
SSLCipher
(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 SSLVersion
JSSEngine.max_protocol
The maximum TLS protocol version we should attempt to handshake.protected SSLVersion
JSSEngine.min_protocol
The minimum TLS protocol version we should attempt to handshake.private SSLVersion
JSSSession.protocolVersion
Methods in org.mozilla.jss.ssl.javax that return SSLVersionMethods in org.mozilla.jss.ssl.javax with parameters of type SSLVersionModifier and TypeMethodDescriptionvoid
JSSEngine.setEnabledProtocols
(SSLVersion min, SSLVersion max) Sets the range of enabled SSL Protocols from a minimum and maximum SSLVersion value.protected void
JSSSession.setProtocol
(SSLVersion protocol) void
JSSParameters.setProtocols
(SSLVersion min, SSLVersion max)