public class Digest
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte[] |
digest() |
static Digest |
forReadResponse() |
static Digest |
forRepairedDataTracking() |
static Digest |
forSchema() |
static Digest |
forValidator() |
long |
inputBytes() |
Digest |
update(byte[] input,
int offset,
int len) |
Digest |
update(java.nio.ByteBuffer input)
Update the digest with the bytes from the supplied buffer.
|
Digest |
updateWithBoolean(boolean val) |
Digest |
updateWithByte(int val) |
Digest |
updateWithCounterContext(java.nio.ByteBuffer context)
Update the digest with the content of a counter context.
|
Digest |
updateWithInt(int val) |
Digest |
updateWithLong(long val) |
public static Digest forReadResponse()
public static Digest forSchema()
public static Digest forValidator()
public static Digest forRepairedDataTracking()
public Digest update(byte[] input, int offset, int len)
public Digest update(java.nio.ByteBuffer input)
public Digest updateWithCounterContext(java.nio.ByteBuffer context)
public Digest updateWithByte(int val)
public Digest updateWithInt(int val)
public Digest updateWithLong(long val)
public Digest updateWithBoolean(boolean val)
public byte[] digest()
public long inputBytes()
Copyright © 2009-2020 The Apache Software Foundation