public class Asn1Stream extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Asn1Stream.ASN1EncodingException |
static class |
Asn1Stream.ASN1StreamBufferOutOfBoundsException |
static class |
Asn1Stream.UnexpectedASN1TypeException |
| Modifier and Type | Field and Description |
|---|---|
static byte |
ASN1_INTEGER_TYPE |
static byte |
ASN1_SEQUENCE_TYPE |
| Constructor and Description |
|---|
Asn1Stream(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
readInteger() |
int |
readSequenceLength() |
public static final byte ASN1_INTEGER_TYPE
public static final byte ASN1_SEQUENCE_TYPE
public BigInteger readInteger()
public int readSequenceLength()
Copyright © 2014 hobbiton bvba. All Rights Reserved.