public class Asn1Container extends Asn1ParseResult implements Asn1Dumpable
| Constructor and Description |
|---|
Asn1Container(Asn1Header header,
int bodyStart,
ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(Asn1ParseResult value) |
void |
clear() |
void |
dumpWith(Asn1Dumper dumper,
int indents) |
List<Asn1ParseResult> |
getChildren() |
String |
toString() |
checkBodyFinished, getBodyBuffer, getBodyEnd, getBodyLength, getBodyStart, getBuffer, getEncodingLength, getHeader, getHeaderLength, getOffset, isDefinitiveLength, readBodyBytes, setBodyEnd, simpleInfoisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isPrimitive, isSimple, isTagSpecific, isUniversal, tag, tagFlags, tagNo, usePrimitivepublic Asn1Container(Asn1Header header, int bodyStart, ByteBuffer buffer)
public List<Asn1ParseResult> getChildren()
public void addItem(Asn1ParseResult value)
public void clear()
public void dumpWith(Asn1Dumper dumper, int indents)
dumpWith in interface Asn1DumpableCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.