Package com.google.crypto.tink.hybrid
Class HpkeParameters.KdfId
- java.lang.Object
-
- com.google.crypto.tink.hybrid.HpkeParameters.KdfId
-
- Enclosing class:
- HpkeParameters
@Immutable public static final class HpkeParameters.KdfId extends java.lang.ObjectHPKE KDF identifiers.See https://www.rfc-editor.org/rfc/rfc9180.html#section-7.2.
-
-
Field Summary
Fields Modifier and Type Field Description static HpkeParameters.KdfIdHKDF_SHA256static HpkeParameters.KdfIdHKDF_SHA384static HpkeParameters.KdfIdHKDF_SHA512
-
-
-
Field Detail
-
HKDF_SHA256
public static final HpkeParameters.KdfId HKDF_SHA256
-
HKDF_SHA384
public static final HpkeParameters.KdfId HKDF_SHA384
-
HKDF_SHA512
public static final HpkeParameters.KdfId HKDF_SHA512
-
-