public static class ASN1TaggedObject.Parser extends ASN1Parser<ASN1TaggedObject>
decoder| Constructor and Description |
|---|
Parser(ASN1Decoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
ASN1TaggedObject |
parse(ASN1Tag<ASN1TaggedObject> asn1Tag,
byte[] value) |
public Parser(ASN1Decoder decoder)
public ASN1TaggedObject parse(ASN1Tag<ASN1TaggedObject> asn1Tag, byte[] value)
parse in class ASN1Parser<ASN1TaggedObject>