protected static class RFC2253NameParser.ShortNameOIDAssociation
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ShortNameOIDAssociation()
Stores the associations between the Short Name and the Object Identifier
of some well known X.501 Object Identifiers.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectID |
getOID(java.lang.String shortName)
Gets the Object Identifier for the specified Short Name.
|
protected ShortNameOIDAssociation()
protected ObjectID getOID(java.lang.String shortName) throws RFC2253NameParserException
shortName
- The short name of the well known X.501 Object identifier.RFC2253NameParserException
- if no Object Identifier can be found for the Short Name.