java.lang.Object
org.glassfish.grizzly.ssl.SSLSupport.CipherData
- Enclosing interface:
- SSLSupport
Simple data class that represents the cipher being used, along with the corresponding effective key size. The
specified phrase must appear in the name of the cipher suite to be recognized.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
phrase
-
keySize
public int keySize
-
-
Constructor Details
-
CipherData
-