Modifier and Type | Class and Description |
---|---|
class |
Asn1PerDecodeTraceHandler
This is a utility class for handling the collection and printing
of bit field trace information.
|
class |
Asn1PerEncodeTraceHandler
This is a utility class for handling the collection and printing
of bit field trace information.
|
class |
Asn1PerOutputStreamTraceHandler
This is a utility class for handling the collection and printing
of PER bit field trace information for PER output stream.
|
Modifier and Type | Field and Description |
---|---|
protected Asn1PerTraceHandler |
Asn1DecodeBitBuffer.mTraceHandler |
protected Asn1PerTraceHandler |
Asn1EncodeBitBuffer.mTraceHandler |
Modifier and Type | Method and Description |
---|---|
Asn1PerTraceHandler |
Asn1BitMessageBuffer.getTraceHandler()
This method returns the internal trace handler object used to
trace all of the bit fields with a PER message.
|
Asn1PerTraceHandler |
Asn1DecodeBitBuffer.getTraceHandler()
This method will return a reference to the internal trace handler
object used to trace the bit fields within a PER message.
|
Asn1PerTraceHandler |
Asn1EncodeBitBuffer.getTraceHandler()
This method will return a reference to the internal trace handler
object used to trace the bit fields within a PER message.
|
Asn1PerTraceHandler |
Asn1PerOutputStream.getTraceHandler()
This method will return a reference to the internal trace handler
object used to trace the bit fields within a PER message.
|
Modifier and Type | Method and Description |
---|---|
void |
Asn1PerTraceHandler.replaceLastFieldWithDetail(Asn1PerTraceHandler details)
Replaces the last bit field in this bit trace handler with the fields from
the given trace handler, which are assumed to be a breakdown of the last
field.
|