Class TlsKemConfig


  • public class TlsKemConfig
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      TlsKemConfig​(int namedGroup, boolean isServer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNamedGroup()  
      boolean isServer()  
      • 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
      • isServer

        protected final boolean isServer
    • Constructor Detail

      • TlsKemConfig

        public TlsKemConfig​(int namedGroup,
                            boolean isServer)
    • Method Detail

      • getNamedGroup

        public int getNamedGroup()
      • isServer

        public boolean isServer()