Uses of Class
com.google.crypto.tink.mac.AesCmacKey
-
Packages that use AesCmacKey Package Description com.google.crypto.tink.mac com.google.crypto.tink.mac.internal com.google.crypto.tink.subtle -
-
Uses of AesCmacKey in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac that return AesCmacKey Modifier and Type Method Description AesCmacKeyAesCmacKey.Builder. build() -
Uses of AesCmacKey in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal with parameters of type AesCmacKey Modifier and Type Method Description static ChunkedMacChunkedAesCmacConscrypt. create(AesCmacKey key, java.security.Provider conscrypt)static ChunkedMacChunkedAesCmacImpl. create(AesCmacKey key)Creates aChunkedMacimplementation for AES-CMAC.Constructors in com.google.crypto.tink.mac.internal with parameters of type AesCmacKey Constructor Description ChunkedAesCmacImpl(AesCmacKey key) -
Uses of AesCmacKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type AesCmacKey Modifier and Type Method Description static MacPrfMac. create(AesCmacKey key)Creates an object implementing theMacinterface using an AesCmac underneath.
-