Class SSLSupport.CipherData

  • Enclosing interface:
    SSLSupport

    public static final class SSLSupport.CipherData
    extends java.lang.Object
    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 
      Modifier and Type Field Description
      int keySize  
      java.lang.String phrase  
    • Constructor Summary

      Constructors 
      Constructor Description
      CipherData​(java.lang.String phrase, int keySize)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • phrase

        public java.lang.String phrase
      • keySize

        public int keySize
    • Constructor Detail

      • CipherData

        public CipherData​(java.lang.String phrase,
                          int keySize)