public class Hasher extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
hashAsString() |
static Hasher |
instance() |
static Hasher |
md5Instance() |
Hasher |
update(byte[] content) |
Hasher |
update(ByteBuffer content) |
Hasher |
update(String content) |
Hasher |
update(String content,
Charset charset) |
Copyright © 2023. All rights reserved.