Constructor and Description |
---|
Checksum(ChecksumAlgorithm checksumAlgorithm) |
Modifier and Type | Method and Description |
---|---|
boolean |
compare(byte[] cmp) |
boolean |
compare(String hexString) |
Checksum |
finish() |
ChecksumAlgorithm |
getAlgorithm() |
String |
getChecksum() |
byte[] |
getChecksumBytes() |
void |
reset() |
Checksum |
update(byte[] buffer,
int offset,
int size) |
Checksum |
update(ByteBuffer buffer) |
public Checksum(ChecksumAlgorithm checksumAlgorithm)
public String getChecksum()
public byte[] getChecksumBytes()
public ChecksumAlgorithm getAlgorithm()
public void reset()
public Checksum update(ByteBuffer buffer)
public boolean compare(byte[] cmp)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.