Class TlsECConfig


  • public class TlsECConfig
    extends java.lang.Object
    Carrier class for Elliptic Curve parameter configuration.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int namedGroup  
    • Constructor Summary

      Constructors 
      Constructor Description
      TlsECConfig​(int namedGroup)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNamedGroup()
      Return the group used.
      • Methods inherited from class java.lang.Object

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

      • namedGroup

        protected final int namedGroup
    • Constructor Detail

      • TlsECConfig

        public TlsECConfig​(int namedGroup)
    • Method Detail

      • getNamedGroup

        public int getNamedGroup()
        Return the group used.
        Returns:
        the named group used.