Class XMLX509SubjectName

All Implemented Interfaces:
XMLX509DataContent

public class XMLX509SubjectName extends SignatureElementProxy implements XMLX509DataContent
Author:
$Author$
  • Constructor Details

    • XMLX509SubjectName

      public XMLX509SubjectName(Element element, String BaseURI) throws XMLSecurityException
      Constructor X509SubjectName
      Parameters:
      element -
      BaseURI -
      Throws:
      XMLSecurityException
    • XMLX509SubjectName

      public XMLX509SubjectName(Document doc, String X509SubjectNameString)
      Constructor X509SubjectName
      Parameters:
      doc -
      X509SubjectNameString -
    • XMLX509SubjectName

      public XMLX509SubjectName(Document doc, X509Certificate x509certificate)
      Constructor XMLX509SubjectName
      Parameters:
      doc -
      x509certificate -
  • Method Details

    • getSubjectName

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getBaseLocalName

      public String getBaseLocalName()
      Description copied from class: ElementProxy
      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.