Class HpkeKemPrivateKey


  • @Immutable
    public class HpkeKemPrivateKey
    extends java.lang.Object
    Serialized Private/Public key tuple for Key Encapsulation Mechanism (KEM)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HpkeKemPrivateKey

        public HpkeKemPrivateKey​(Bytes serializedPrivate,
                                 Bytes serializedPublic)