Uses of Enum Class
org.mozilla.jss.ssl.SSLNamedGroup
Packages that use SSLNamedGroup
-
Uses of SSLNamedGroup in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLNamedGroupModifier and TypeFieldDescriptionprivate SSLNamedGroup
SSLChannelInfo.keaGroup
When keaType is an EC-based cipher, name of the group used in this cipher.private SSLNamedGroup
SSLChannelInfo.originalKeaGroup
This field holds the key exchange algorithm group during the initial handshake.Methods in org.mozilla.jss.nss that return SSLNamedGroupModifier and TypeMethodDescriptionSSLChannelInfo.getKeaGroup()
Gets the value of keaGroup.SSLChannelInfo.getOriginalKeaGroup()
Gets the value of originalKeaGroup; throws an exception when the field isn't available from NSS. -
Uses of SSLNamedGroup in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLNamedGroupModifier and TypeMethodDescriptionstatic SSLNamedGroup
SSLNamedGroup.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLNamedGroup
Returns the enum constant of this class with the specified name.static SSLNamedGroup
Returns the enum constant of this class with the specified name.static SSLNamedGroup[]
SSLNamedGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.