public interface Digest
| Modifier and Type | Interface and Description |
|---|---|
static class |
Digest.DefaultDigest |
| Modifier and Type | Method and Description |
|---|---|
DigestMethod |
getMethod() |
byte[] |
getValue() |
static Digest |
of(DigestMethod method,
byte[] value) |
DigestMethod getMethod()
byte[] getValue()
static Digest of(DigestMethod method, byte[] value)
Copyright © 2022 NorStella. All rights reserved.