public final class Asn1Dumper extends Object
| Constructor and Description |
|---|
Asn1Dumper() |
| Modifier and Type | Method and Description |
|---|---|
Asn1Dumper |
append(Asn1Simple<?> simpleValue) |
Asn1Dumper |
append(String string) |
Asn1Dumper |
appendType(Class<?> cls) |
void |
decodeAndDump(byte[] content) |
void |
decodeAndDump(ByteBuffer content) |
Asn1Dumper |
dumpData(String hexData) |
Asn1Dumper |
dumpParseResult(int indents,
Asn1ParseResult value) |
void |
dumpType(Asn1Type value) |
Asn1Dumper |
dumpType(int indents,
Asn1Type value) |
Asn1Dumper |
indent(int numSpaces) |
Asn1Dumper |
newLine() |
String |
output() |
void |
parseAndDump(byte[] content) |
void |
parseAndDump(ByteBuffer content) |
public String output()
public void parseAndDump(byte[] content)
throws IOException
IOExceptionpublic void decodeAndDump(byte[] content)
throws IOException
IOExceptionpublic void decodeAndDump(ByteBuffer content) throws IOException
IOExceptionpublic void parseAndDump(ByteBuffer content) throws IOException
IOExceptionpublic void dumpType(Asn1Type value)
public Asn1Dumper dumpType(int indents, Asn1Type value)
public Asn1Dumper dumpParseResult(int indents, Asn1ParseResult value)
public Asn1Dumper indent(int numSpaces)
public Asn1Dumper append(Asn1Simple<?> simpleValue)
public Asn1Dumper append(String string)
public Asn1Dumper appendType(Class<?> cls)
public Asn1Dumper newLine()
public Asn1Dumper dumpData(String hexData)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.