Uses of Interface
org.cryptacular.x509.dn.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in org.cryptacular.x509.dn
Classes in org.cryptacular.x509.dn that implement AttributeTypeModifier and TypeClassDescriptionenum
Describes the registered values of AttributeType that may appear in a RelativeDistinguishedName (RDN) as defined in section 2 of RFC 2253.class
Describes a non-standard AttributeType in dotted decimal form that may appear in a RelativeDistinguishedName (RDN) as defined in section 2 of RFC 2253.Methods in org.cryptacular.x509.dn that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeType
Gets the attribute type whose name is the given string.Attribute.getType()
Methods in org.cryptacular.x509.dn with parameters of type AttributeTypeModifier and TypeMethodDescriptionAttributes.getValue
(AttributeType type) Gets the first value of the given type that appears in the attribute list.RDNSequence.getValue
(AttributeType type) Gets the first value of the given type that appears in the attribute list of any RDN in the sequence.Attributes.getValues
(AttributeType type) Gets an immutable list of all attributes of the given type.RDNSequence.getValues
(AttributeType type) Gets an immutable list of all attributes of the given type.Constructors in org.cryptacular.x509.dn with parameters of type AttributeTypeModifierConstructorDescriptionAttribute
(AttributeType type, String value) Creates a new instance of the given type and value.