public class Asn1Parser extends Object
Constructor and Description |
---|
Asn1Parser(byte[] source) |
Modifier and Type | Method and Description |
---|---|
void |
parseBytes(byte[] dest) |
void |
parseFullLength() |
BigInteger |
parseInt() |
int |
parseLength() |
void |
parseTag(int tag) |
public void parseTag(int tag)
public void parseFullLength()
public int parseLength()
public BigInteger parseInt()
public void parseBytes(byte[] dest)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.