Uses of Class
com.google.crypto.tink.prf.AesCmacPrfKey
-
Packages that use AesCmacPrfKey Package Description com.google.crypto.tink.prf com.google.crypto.tink.prf.internal com.google.crypto.tink.subtle -
-
Uses of AesCmacPrfKey in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf that return AesCmacPrfKey Modifier and Type Method Description static AesCmacPrfKeyAesCmacPrfKey. create(AesCmacPrfParameters parameters, SecretBytes keyBytes) -
Uses of AesCmacPrfKey in com.google.crypto.tink.prf.internal
Methods in com.google.crypto.tink.prf.internal with parameters of type AesCmacPrfKey Modifier and Type Method Description static PrfPrfAesCmac. create(AesCmacPrfKey key)static PrfPrfAesCmacConscrypt. create(AesCmacPrfKey key)Returns aPrfprimitive from anAesCmacPrfKey. -
Uses of AesCmacPrfKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type AesCmacPrfKey Modifier and Type Method Description static PrfPrfAesCmac. create(AesCmacPrfKey key)
-