public interface DigestCodec
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String encoded)
Decodes a string representation back into a byte array.
|
String |
encode(byte[] bytes)
Encodes a byte array digest into a string representation.
|
String encode(byte[] bytes)
bytes - The byte array to encode.byte[] decode(String encoded)
encoded - The encoded string to decode.Copyright © 2025. All rights reserved.