public class Asn1DerDecodeBuffer extends Asn1BerDecodeBuffer
mByteCount
context, 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, throwIfUnhandled
addCaptureBuffer, capture, decodeIntValue, decodeOIDContents, decodeOIDContentsBig, decodeRelOIDContents, decodeRelOIDContentsBig, getByteCount, getInputStream, getLazyOpenTypeDecode, hexDump, init, mark, read, read, read, read2Bytes, read4Bytes, removeCaptureBuffer, reset, setInputStream, setLazyOpenTypeDecode, skip, skipOIDContents, skipRelOIDContents
addNamedEventHandler, getEventHandlerListCount, hasEventHandlers, invokeCharacters, invokeEndElement, invokeStartElement, setEventHandlerList
getContext, hexDump, hexDump, setKey, setTypeCode
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.