| ByteBuffer |
Implements a mutable byte buffer similar to StringBuffer.
|
| CompactInteger |
Support for compact integer storage format
|
| ConstructedTLV |
Base class for all constructed TLV objects
|
| DirectoryAttribute |
Handle SubjectDirectoryAttribute constructs from X.509
The class implements the following ASN.1 syntax
Attribute ::= SEQUENCE {
type AttributeType,
values SET OF AttributeValue
}
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY
|
| GeneralizedTime |
|
| GPTLV_EMV |
Class implementing EMV encoded TLV objects
|
| GPTLV_Generic |
Abstract base class for EMV, DGI and L16 encoded TLV objects
|
| HexString |
Utility class to handle all sorts of hexadecimal string conversions
|
| IntegerTLV |
|
| NativeTLVList |
TLVList
|
| ObjectIdentifier |
Class to implement TLV encoded Object Identifier according to ASN.1
|
| ObjectIdentifierRegistry |
Global registry of namend object identifier
|
| OctetString |
|
| ParseBuffer |
Object used to parse binary buffers
|
| PrimitiveTLV |
Base class for all primitive TLV objects
|
| PrintableString |
|
| Sequence |
Class to implement ASN.1 SEQUENCE object
|
| Tag |
Class representing a tag that is part of a TLV structure.
|
| TLV |
Class to represent a TLV encoded data object
Follows the composite design pattern.
|
| UTF8String |
|