Uses of Interface
com.google.crypto.tink.mac.ChunkedMacVerification
-
Packages that use ChunkedMacVerification Package Description com.google.crypto.tink.mac com.google.crypto.tink.mac.internal -
-
Uses of ChunkedMacVerification in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac that return ChunkedMacVerification Modifier and Type Method Description ChunkedMacVerificationChunkedMac. createVerification(byte[] tag)Creates an instance of a single Chunked MAC verification. -
Uses of ChunkedMacVerification in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal that return ChunkedMacVerification Modifier and Type Method Description ChunkedMacVerificationChunkedAesCmacConscrypt. createVerification(byte[] tag)ChunkedMacVerificationChunkedAesCmacImpl. createVerification(byte[] tag)ChunkedMacVerificationChunkedHmacImpl. createVerification(byte[] tag)
-