public interface Digest extends DigestInformation, Comparable<Digest>
Modifier and Type | Method and Description |
---|---|
byte[] |
digest() |
void |
init() |
void |
update(byte[] data) |
void |
update(byte[] data,
int start,
int len) |
getBlockSize
getAlgorithm
compareTo
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.