Uses of Enum Class
org.mozilla.jss.ssl.SSLCompressionMethod
Packages that use SSLCompressionMethod
-
Uses of SSLCompressionMethod in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLCompressionMethodModifier and TypeFieldDescriptionprivate SSLCompressionMethod
SSLChannelInfo.compressionMethod
Compression method used in this session.Methods in org.mozilla.jss.nss that return SSLCompressionMethodModifier and TypeMethodDescriptionSSLChannelInfo.getCompressionMethod()
Gets the value of compressionMethod. -
Uses of SSLCompressionMethod in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLCompressionMethodModifier and TypeMethodDescriptionstatic SSLCompressionMethod
SSLCompressionMethod.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLCompressionMethod
Returns the enum constant of this class with the specified name.static SSLCompressionMethod[]
SSLCompressionMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.