Class HPKEContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AEAD aead  
      protected byte[] exporterSecret  
      protected org.bouncycastle.crypto.hpke.HKDF hkdf  
      protected byte[] suiteId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] export​(byte[] exportContext, int L)  
      byte[] open​(byte[] aad, byte[] ct)  
      byte[] seal​(byte[] aad, byte[] message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait