See: Description
Interface | Description |
---|---|
CharCodec |
Interface CharCodec is an abstraction of alternative encodings of characters.
|
StringCodec<T> |
Interface StringCodec is an abstraction of alternative encodings of Strings.
|
Class | Description |
---|---|
BCDCharCodec |
Implements a CharCodec for cases of encoding and decoding digits in semi-octets.
|
BCDPlacesStringCodec<T> |
Implements a StringCodec for the case of decimal digits encoded in semi-octets,
with the encoding being aligned around particular numbers of digits before and after
the decimal point, which is elided from the encoding.
|
BCDStringCodec<T> |
Implements a StringCodec for the case of decimal and up to six more digits encoded in semi-octets.
|
BinaryCharCodec |
Implements a CharCodec for cases of encoding and decoding decimal digits in octets.
|
BinaryStringCodec<T> |
Implements a StringCodec for the case of decimal digits encoded in binary octets.
|
IA5StringCodec<T> |
Implements a StringCodec for the case of ASCII/ISO646-US characters encoded in octets.
|
ISO646BCDStringCodec<T> |
Implements a StringCodec for the case of printable ASCII/ISO646-US characters
encoded by subtracting 32 and encoding the result as BCD in semi-octets.
|
Utils |
Various static utility methods for use within in.datatypes.
|
Defines classes that support the representation of low-level types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings.