Interface KEM

    • Method Detail

      • init

        void init()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPublicKey

        byte[] getPublicKey()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decapsulate

        byte[] decapsulate​(byte[] encapsulation)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception