Package org.cryptacular.x509.dn
Class RDN
java.lang.Object
org.cryptacular.x509.dn.RDN
Simple implementation of the X.501 RelativeDistinguishedName type described in section 4.1.2.4 of RFC 2459.
- Author:
- Middleware Services
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RDN
Creates a new instance with given attributes.- Parameters:
attributes
- Container for one or more AttributeTypeAndValues.
-
-
Method Details
-
getAttributes
- Returns:
- RDN attributes.
-