Package org.cryptacular.x509.dn
Class Attribute
java.lang.Object
org.cryptacular.x509.dn.Attribute
Simple implementation of the X.501 AttributeTypeAndValue that makes up the RelativeDistinguishedName type described
in section 4.1.2.4 of RFC 2459.
- Author:
- Middleware Services
-
Constructor Summary
ConstructorsConstructorDescriptionAttribute
(AttributeType type, String value) Creates a new instance of the given type and value. -
Method Summary
-
Constructor Details
-
Attribute
Creates a new instance of the given type and value.- Parameters:
type
- Attribute type.value
- Attribute value.
-
-
Method Details
-
getType
- Returns:
- Attribute type.
-
getValue
- Returns:
- Attribute value.
-