Class NTRUKEMExtractor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] extractSecret​(byte[] encapsulation)
      Extract the secret based on the recipient private key.
      int getEncapsulationLength()
      Return the length in bytes of the encapsulation.
      • Methods inherited from class java.lang.Object

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

      • NTRUKEMExtractor

        public NTRUKEMExtractor​(NTRUPrivateKeyParameters ntruPrivateKey)
        Constructor. an NTRU parameter
        Parameters:
        ntruPrivateKey - private key used to encapsulate the secret