Package org.cryptacular.x509.dn
Class UnknownAttributeType
java.lang.Object
org.cryptacular.x509.dn.UnknownAttributeType
- All Implemented Interfaces:
AttributeType
Describes a non-standard AttributeType in dotted decimal form that may appear in a RelativeDistinguishedName (RDN) as
defined in section 2 of RFC 2253.
- Author:
- Middleware Services
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownAttributeType
(String attributeTypeOid) Creates a new instance from the given oid. -
Method Summary
-
Constructor Details
-
UnknownAttributeType
Creates a new instance from the given oid.- Parameters:
attributeTypeOid
- Attribute type OID.
-
-
Method Details
-
getOid
- Specified by:
getOid
in interfaceAttributeType
- Returns:
- Attribute OID.
-
getName
- Specified by:
getName
in interfaceAttributeType
- Returns:
- Attribute name.
-
toString
-