|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.crypto.Macs
@Beta public class Macs
functions for Mac
| Constructor Summary | |
|---|---|
Macs()
|
|
| Method Summary | |
|---|---|
static com.google.common.io.ByteProcessor<byte[]> |
asByteProcessor(Mac mac)
Computes and returns the MAC value for a supplied input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Macs()
| Method Detail |
|---|
public static com.google.common.io.ByteProcessor<byte[]> asByteProcessor(Mac mac)
mac - the mac object
Mac.doFinal() on ByteProcessor.getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||