|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objsys.asn1j.runtime.Asn1MessageBuffer
com.objsys.asn1j.runtime.Asn1DecodeBuffer
com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
com.objsys.asn1j.runtime.Asn1DerDecodeBuffer
This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.
| Field Summary |
| Fields inherited from class com.objsys.asn1j.runtime.Asn1DecodeBuffer |
mByteCount |
| Constructor Summary | |
Asn1DerDecodeBuffer(byte[] msgdata)
This constructor creates a DER decode buffer object that references an encoded ASN.1 message. |
|
Asn1DerDecodeBuffer(java.io.InputStream istream)
This constructor creates a DER decode buffer object that references an encoded ASN.1 message. |
|
| Methods inherited from class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer |
calcIndefLen, decodeLength, decodeOpenType, decodeOpenType, decodeTag, decodeTagAndLength, getLastTag, matchTag, matchTag, matchTag, movePastEOC, parse, peekTag, peekTag, readByte |
| Methods inherited from class com.objsys.asn1j.runtime.Asn1DecodeBuffer |
addCaptureBuffer, addNamedEventHandler, capture, decodeIntValue, decodeOIDContents, decodeRelOIDContents, getByteCount, getInputStream, hexDump, init, invokeCharacters, invokeEndElement, invokeStartElement, mark, read, read, read, removeCaptureBuffer, reset, setEventHandlerList, setInputStream, setTypeCode, skip |
| Methods inherited from class com.objsys.asn1j.runtime.Asn1MessageBuffer |
hexDump, hexDump, setKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Asn1DerDecodeBuffer(byte[] msgdata)
msgdata - Byte array containing an encoded ASN.1 message.public Asn1DerDecodeBuffer(java.io.InputStream istream)
istream - Input stream containing an encoded ASN.1 message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||