Class RelativeDistinguishedName


  • public class RelativeDistinguishedName
    extends Object
    Definition: Certificate distinguished name (DN) -- Reference: RFC 3880: Internet X.509 Public Key Infrastructure Certificate and Certificate -- Usage: Identifies the issuer or the subject of a X.509 certificate.

    Java class for RelativeDistinguishedName complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RelativeDistinguishedName">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Attribute" type="{}AttributeTypeCodeZ"/>
             <element name="AttributeValue" type="{}AttributeValue"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • attribute

        protected String attribute
        The Attribute.
      • attributeValue

        protected String attributeValue
        The Attribute value.
    • Constructor Detail

      • RelativeDistinguishedName

        public RelativeDistinguishedName()
    • Method Detail

      • getAttribute

        public String getAttribute()
        Gets the value of the attribute property.
        Returns:
        possible object is String
      • setAttribute

        public void setAttribute​(String value)
        Sets the value of the attribute property.
        Parameters:
        value - allowed object is String
      • getAttributeValue

        public String getAttributeValue()
        Gets the value of the attributeValue property.
        Returns:
        possible object is String
      • setAttributeValue

        public void setAttributeValue​(String value)
        Sets the value of the attributeValue property.
        Parameters:
        value - allowed object is String