Class XMLX509SubjectName
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.x509.XMLX509SubjectName
- All Implemented Interfaces:
XMLX509DataContent
- Author:
- $Author$
-
Field Summary
Fields inherited from class org.apache.xml.security.utils.ElementProxy
_baseURI, _constructionElement, _doc, _state, MODE_CREATE, MODE_DECRYPT, MODE_ENCRYPT, MODE_PROCESS, MODE_SIGN, MODE_UNKNOWN, MODE_VERIFY
-
Constructor Summary
ConstructorsConstructorDescriptionXMLX509SubjectName
(Document doc, String X509SubjectNameString) Constructor X509SubjectNameXMLX509SubjectName
(Document doc, X509Certificate x509certificate) Constructor XMLX509SubjectNameXMLX509SubjectName
(Element element, String BaseURI) Constructor X509SubjectName -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the localname of the Elements of the sub-class.Method getSubjectNameMethods inherited from class org.apache.xml.security.utils.SignatureElementProxy
getBaseNamespace
Methods inherited from class org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, guaranteeThatElementInCorrectSpace, length, setDefaultPrefix, setElement, setXPathNamespaceContext
-
Constructor Details
-
XMLX509SubjectName
Constructor X509SubjectName- Parameters:
element
-BaseURI
-- Throws:
XMLSecurityException
-
XMLX509SubjectName
Constructor X509SubjectName- Parameters:
doc
-X509SubjectNameString
-
-
XMLX509SubjectName
Constructor XMLX509SubjectName- Parameters:
doc
-x509certificate
-
-
-
Method Details
-
getSubjectName
Method getSubjectName- Returns:
- the subject name
-
equals
-
getBaseLocalName
Description copied from class:ElementProxy
Returns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalName
in classElementProxy
- Returns:
- the localname of the Elements of the sub-class.
-