Package com.google.crypto.tink.prf
Class HkdfPrfParameters.HashType
- java.lang.Object
-
- com.google.crypto.tink.prf.HkdfPrfParameters.HashType
-
- Enclosing class:
- HkdfPrfParameters
@Immutable public static final class HkdfPrfParameters.HashType extends java.lang.ObjectThe Hash algorithm used.
-
-
Field Summary
Fields Modifier and Type Field Description static HkdfPrfParameters.HashTypeSHA1static HkdfPrfParameters.HashTypeSHA224static HkdfPrfParameters.HashTypeSHA256static HkdfPrfParameters.HashTypeSHA384static HkdfPrfParameters.HashTypeSHA512
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
SHA1
public static final HkdfPrfParameters.HashType SHA1
-
SHA224
public static final HkdfPrfParameters.HashType SHA224
-
SHA256
public static final HkdfPrfParameters.HashType SHA256
-
SHA384
public static final HkdfPrfParameters.HashType SHA384
-
SHA512
public static final HkdfPrfParameters.HashType SHA512
-
-