B
C
D
E
G
J
P
S
T
V
W
Z
E
- encode(kotlin.ByteArray) - function in web5.sdk.common.Base58Btc
- Encodes the given bytes as a base58 string (no checksum is appended).
- encode(java.lang.Integer) - function in web5.sdk.common.Varint
- Encodes the given integer inp into a ByteArray using Varint encoding.
- encode(kotlin.ByteArray) - function in web5.sdk.common.ZBase32
- Encodes the given byte array to a zbase32-encoded string.
- EncodingFormat - class in web5.sdk.common
- Enumeration of supported encoding formats.