Uses of Class
com.google.crypto.tink.prf.HkdfPrfParameters
-
Packages that use HkdfPrfParameters Package Description com.google.crypto.tink.prf -
-
Uses of HkdfPrfParameters in com.google.crypto.tink.prf
Fields in com.google.crypto.tink.prf declared as HkdfPrfParameters Modifier and Type Field Description static HkdfPrfParametersPredefinedPrfParameters. HKDF_SHA256AParametersobject for generating new instances ofHkdfPrfKeywith the following parameters: Hash function: SHA256 HMAC key size: 32 bytes Salt: emptyMethods in com.google.crypto.tink.prf that return HkdfPrfParameters Modifier and Type Method Description HkdfPrfParametersHkdfPrfParameters.Builder. build()HkdfPrfParametersHkdfPrfKey. getParameters()Methods in com.google.crypto.tink.prf with parameters of type HkdfPrfParameters Modifier and Type Method Description HkdfPrfKey.BuilderHkdfPrfKey.Builder. setParameters(HkdfPrfParameters parameters)
-