public class Asn1DerDecodeBuffer extends Asn1BerDecodeBuffer
mByteCountcontext, mTypeCode| Constructor and Description |
|---|
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.
|
calcIndefLen, decodeEnumValue, decodeEnumValue, decodeLength, decodeOpenType, decodeOpenType, decodeTag, decodeTagAndLength, getLastTag, handleException, matchTag, matchTag, matchTag, movePastEOC, parse, peekTag, peekTag, readByte, setExceptionHandler, skipTLV, throwIfUnhandledaddCaptureBuffer, capture, decodeIntValue, decodeOIDContents, decodeOIDContentsBig, decodeRelOIDContents, decodeRelOIDContentsBig, getByteCount, getInputStream, getLazyOpenTypeDecode, hexDump, init, mark, read, read, read, read2Bytes, read4Bytes, removeCaptureBuffer, reset, setInputStream, setLazyOpenTypeDecode, skip, skipOIDContents, skipRelOIDContentsaddNamedEventHandler, getEventHandlerListCount, hasEventHandlers, invokeCharacters, invokeEndElement, invokeStartElement, setEventHandlerListgetContext, hexDump, hexDump, setKey, setTypeCodepublic 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.