public interface SecureEncoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] bytes,
EncodeTarget target)
Encodes given bytes as a number in base58.
|
void encode(byte[] bytes,
EncodeTarget target)
bytes - bytes to encodetarget - where to write resulting string to