Class NTRUKAT


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

      Fields 
      Modifier and Type Field Description
      int count  
      byte[] ct
      Ciphertext
      byte[] pk
      Public key
      byte[] seed  
      byte[] sk
      Private key
      byte[] ss
      Shared key
    • Constructor Summary

      Constructors 
      Constructor Description
      NTRUKAT()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<NTRUKAT> getKAT​(java.io.InputStream src)  
      • Methods inherited from class java.lang.Object

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

      • count

        public int count
      • seed

        public byte[] seed
      • pk

        public byte[] pk
        Public key
      • sk

        public byte[] sk
        Private key
      • ct

        public byte[] ct
        Ciphertext
      • ss

        public byte[] ss
        Shared key
    • Constructor Detail

      • NTRUKAT

        public NTRUKAT()
    • Method Detail

      • getKAT

        public static java.util.List<NTRUKAT> getKAT​(java.io.InputStream src)