Uses of Class
com.google.crypto.tink.prf.HmacPrfKey
-
Packages that use HmacPrfKey Package Description com.google.crypto.tink.prf com.google.crypto.tink.subtle -
-
Uses of HmacPrfKey in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf that return HmacPrfKey Modifier and Type Method Description HmacPrfKeyHmacPrfKey.Builder. build() -
Uses of HmacPrfKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type HmacPrfKey Modifier and Type Method Description static PrfPrfHmacJce. create(HmacPrfKey key)Given an HmacPrfKey, returns an instance of the Prf interface.
-