public class ASN1ObjectIdentifier extends ASN1PrimitiveValue<java.lang.String>
| Modifier and Type | Class and Description |
|---|---|
static class |
ASN1ObjectIdentifier.Parser |
static class |
ASN1ObjectIdentifier.Serializer |
valueBytestag| Constructor and Description |
|---|
ASN1ObjectIdentifier(java.lang.String oid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
protected int |
valueHash() |
equals, getTag, hashCode, toString, valueStringpublic java.lang.String getValue()
getValue in class ASN1Object<java.lang.String>protected int valueHash()
valueHash in class ASN1PrimitiveValue<java.lang.String>