Package io.anyline.nfc.bouncycastle.util.encoders
See: Description
-
Class Summary Class Description DecoderException Exception thrown if an attempt is made to decode invalid data, or some other failure occurs. Hex Utility class for converting hex data to bytes and back again. EncoderException Exception thrown if an attempt is made to encode invalid data, or some other failure occurs. UTF8 Utilities for working with UTF-8 encodings. HexEncoder A streaming Hex encoder. -
Interface Summary Interface Description Encoder Encode and decode byte arrays (typically from binary to 7-bit ASCII encodings).