Uses of Interface
com.google.crypto.tink.mac.ChunkedMac
-
Packages that use ChunkedMac Package Description com.google.crypto.tink.mac com.google.crypto.tink.mac.internal -
-
Uses of ChunkedMac in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac that return ChunkedMac Modifier and Type Method Description ChunkedMacChunkedMacWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)Methods in com.google.crypto.tink.mac that return types with arguments of type ChunkedMac Modifier and Type Method Description java.lang.Class<ChunkedMac>ChunkedMacWrapper. getInputPrimitiveClass()java.lang.Class<ChunkedMac>ChunkedMacWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.mac with type arguments of type ChunkedMac Modifier and Type Method Description ChunkedMacChunkedMacWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory) -
Uses of ChunkedMac in com.google.crypto.tink.mac.internal
Classes in com.google.crypto.tink.mac.internal that implement ChunkedMac Modifier and Type Class Description classChunkedAesCmacConscryptAES-CMAC implementation ofChunkedMac, using Conscrypt's native implementation.classChunkedAesCmacImplAES-CMAC implementation of the ChunkedMac interface.classChunkedHmacImplClass that provides the functionality expressed by the ChunkedMac interface with HMAC.Methods in com.google.crypto.tink.mac.internal that return ChunkedMac Modifier and Type Method Description static ChunkedMacChunkedAesCmacConscrypt. create(AesCmacKey key, java.security.Provider conscrypt)static ChunkedMacChunkedAesCmacImpl. create(AesCmacKey key)Creates aChunkedMacimplementation for AES-CMAC.
-