Class DOMKeyName
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMKeyName
- All Implemented Interfaces:
KeyName,XMLStructure
DOM-based implementation of KeyName.
-
Constructor Summary
ConstructorsConstructorDescriptionDOMKeyName(String name) Creates aDOMKeyName.DOMKeyName(Element knElem) Creates aDOMKeyNamefrom a KeyName element. -
Method Summary
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupportedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Constructor Details
-
DOMKeyName
Creates aDOMKeyName.- Parameters:
name- the name of the key identifier- Throws:
NullPointerException- ifnameis null
-
DOMKeyName
Creates aDOMKeyNamefrom a KeyName element.- Parameters:
knElem- a KeyName element
-
-
Method Details
-
getName
-
marshal
- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-
equals
-
hashCode
public int hashCode()
-