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