Uses of Interface
com.yahoo.security.hpke.Kem
Packages that use Kem
-
Uses of Kem in com.yahoo.security.hpke
Methods in com.yahoo.security.hpke that return KemModifier and TypeMethodDescriptionstatic KemKem.dHKemX25519HkdfSha256()static KemReturns an unsafe test KEM that returns a single fixed, deterministic key pair.Ciphersuite.kem()Returns the value of thekemrecord component.Methods in com.yahoo.security.hpke with parameters of type KemConstructors in com.yahoo.security.hpke with parameters of type KemModifierConstructorDescriptionCiphersuite(Kem kem, Kdf kdf, Aead aead) Creates an instance of aCiphersuiterecord class.