Constructor and Description |
---|
Macs() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.io.ByteProcessor<byte[]> |
asByteProcessor(Mac mac)
Computes and returns the MAC value for a supplied input stream.
|
public static com.google.common.io.ByteProcessor<byte[]> asByteProcessor(Mac mac)
mac
- the mac objectMac.doFinal()
on ByteProcessor.getResult()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.