public class SubjectLocality
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description |
|---|
SubjectLocality(org.w3c.dom.Document owner)
Creates a new
SubjectLocality instance. |
SubjectLocality(org.w3c.dom.Element element)
Creates a new
SubjectLocality instance from the given Element node. |
SubjectLocality(org.w3c.dom.Element element, java.lang.String systemId)
Creates a new
SubjectLocality instance from the given Element node. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Return the network address.
|
java.lang.String |
getDNSName()
Return the DNS domain name.
|
void |
setAddress(java.lang.String addr)
Set the network address.
|
void |
setDNSName(java.lang.String dnsName)
Set the DNS domain name.
|
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML
public SubjectLocality(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
SubjectLocality instance from the given Element node.element - A SubjectLocality element.org.w3c.dom.DOMException
public SubjectLocality(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
SubjectLocality instance from the given Element node.element - A SubjectLocality element.systemId - The URI string system ID for the SubjectLocality element.org.w3c.dom.DOMException
public SubjectLocality(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
SubjectLocality instance.owner - The owner document of the new SubjectLocality instance.org.w3c.dom.DOMExceptionpublic void setAddress(java.lang.String addr)
addr - An network Address String.public java.lang.String getAddress()
public void setDNSName(java.lang.String dnsName)
dnsName - A DNS name.public java.lang.String getDNSName()