Class RDN

java.lang.Object
org.cryptacular.x509.dn.RDN

public class RDN extends Object
Simple implementation of the X.501 RelativeDistinguishedName type described in section 4.1.2.4 of RFC 2459.
Author:
Middleware Services
  • Constructor Details

    • RDN

      public RDN(Attributes attributes)
      Creates a new instance with given attributes.
      Parameters:
      attributes - Container for one or more AttributeTypeAndValues.
  • Method Details

    • getAttributes

      public Attributes getAttributes()
      Returns:
      RDN attributes.