Uses of Record Class
com.yahoo.security.hpke.Kem.EncapResult
Packages that use Kem.EncapResult
-
Uses of Kem.EncapResult in com.yahoo.security.hpke
Methods in com.yahoo.security.hpke that return Kem.EncapResultModifier and TypeMethodDescriptionKem.authEncap(XECPublicKey pkR, XECPrivateKey skS) Section 4: Cryptographic Dependencies: "Same asEncap(), and the outputs encode an assurance that the KEM shared secret was generated by the holder of the private keyskS."Kem.encap(XECPublicKey pkR) Section 4 Cryptographic Dependencies: "Randomized algorithm to generate an ephemeral, fixed-length symmetric key (the KEM shared secret) and a fixed-length encapsulation of that key that can be decapsulated by the holder of the private key corresponding topkR"