Uses of Class
com.google.crypto.tink.prf.AesCmacPrfParameters
-
Packages that use AesCmacPrfParameters Package Description com.google.crypto.tink.prf -
-
Uses of AesCmacPrfParameters in com.google.crypto.tink.prf
Fields in com.google.crypto.tink.prf declared as AesCmacPrfParameters Modifier and Type Field Description static AesCmacPrfParametersPredefinedPrfParameters. AES_CMAC_PRFAParametersobject for generating new instances ofAesCmacKeywith the following parameters: HMAC key size: 32 bytesMethods in com.google.crypto.tink.prf that return AesCmacPrfParameters Modifier and Type Method Description static AesCmacPrfParametersAesCmacPrfParameters. create(int keySizeBytes)AesCmacPrfParametersAesCmacPrfKey. getParameters()Methods in com.google.crypto.tink.prf with parameters of type AesCmacPrfParameters Modifier and Type Method Description static AesCmacPrfKeyAesCmacPrfKey. create(AesCmacPrfParameters parameters, SecretBytes keyBytes)
-