public abstract class ASN1Parser<T extends ASN1Object>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ASN1Decoder |
decoder |
| Constructor and Description |
|---|
ASN1Parser(ASN1Decoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
parse(ASN1Tag<T> asn1Tag,
byte[] value) |
protected ASN1Decoder decoder
public ASN1Parser(ASN1Decoder decoder)