Class UnknownAttributeType

java.lang.Object
org.cryptacular.x509.dn.UnknownAttributeType
All Implemented Interfaces:
AttributeType

public class UnknownAttributeType extends Object implements 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 Details

    • UnknownAttributeType

      public UnknownAttributeType(String attributeTypeOid)
      Creates a new instance from the given oid.
      Parameters:
      attributeTypeOid - Attribute type OID.
  • Method Details