Class XMLX509SubjectName

    • Constructor Detail

      • XMLX509SubjectName

        public XMLX509SubjectName​(org.w3c.dom.Element element,
                                  java.lang.String baseURI)
                           throws XMLSecurityException
        Constructor X509SubjectName
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
      • XMLX509SubjectName

        public XMLX509SubjectName​(org.w3c.dom.Document doc,
                                  java.lang.String X509SubjectNameString)
        Constructor X509SubjectName
        Parameters:
        doc -
        X509SubjectNameString -
      • XMLX509SubjectName

        public XMLX509SubjectName​(org.w3c.dom.Document doc,
                                  java.security.cert.X509Certificate x509certificate)
        Constructor XMLX509SubjectName
        Parameters:
        doc -
        x509certificate -
    • Method Detail

      • getSubjectName

        public java.lang.String getSubjectName()
        Method getSubjectName
        Returns:
        the subject name
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getBaseLocalName

        public java.lang.String getBaseLocalName()
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.