Interface | Description |
---|---|
BERTool.DumpBuilder |
Defines methods that are invoked by the
BERTool.dumpTLV(ByteBuffer, DumpBuilder) BER parser. |
Class | Description |
---|---|
ASN1PrintWriter |
This utility class is the extended version of the
java.io.PrintWriter that has the ability to print the
instance of AbstractData in the ASN.1 value notation
format. |
ASN1ValueFormat |
This utility class facilitates customization of the formatted string,
returned by the
toString(ASN1ValueFormat) method of the
AbstractData . |
Benchmark |
The
Benchmark is an utility class that can be used for timing
the coder.encode() and coder.decode() method
calls. |
BERTool |
BERTool is an OSS Type-Length-Value(TLV) Print Utility and a nested utility class suite.
|
BERTool.BERReader |
Provides the readTLV() method to read a complete BER encoding from an
input stream and return it as an array of bytes.
|
BERTool.DecomposedBuilder |
Implements a BER encoding dump in decomposed-TLV format.
|
BERTool.ExtendedDumpBuilder |
Implements a BER encoding dump in extended dump format.
|
BERTool.HexBuilder |
Implements a BER encoding dump in hexadecimal-TLV format.
|
BERTool.SyntaxBuilder |
Implements a BER encoding dump in syntax-TLV format.
|
BERTool.Tag |
Represents BER tags.
|
BERTool.TLV |
Represents a BER encoding as a TAG, LENGTH, and VALUE triple.
|
ByteTool |
This class provides utility methods for testing and manipulating
byte arrays.
|
HexTool |
A utility class for converting binary data to a hexadecimal string.
|
SampleUtil |
This class is used as base class for compiler-generated sample code
classes.
|
Enum | Description |
---|---|
BERTool.TagClass |
Represents BER tag class values as Java enumeration objects.
|
BERTool.ValueType |
Represents BER universal tag numbers as Java enumeration objects.
|
Exception | Description |
---|---|
AmbiguousTagException |
Thrown by PDU class when decoding is impossible due to
multiple PDUs are identified by the same tag.
|
BadTimeFormatException |
Helper class to distinguish exceptions that occur while converting the
the formatted string to the value of the time type.
|
BERTool.BERException |
Thrown when an error is detected in the BER encoded data.
|
BERTool.TLVDumpException |
Thrown by the TLVDump.dumpTLV() method in case of unexpected end of data.
|
Copyright © 2020 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.