Class DOMSignatureProperties
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMSignatureProperties
- All Implemented Interfaces:
SignatureProperties
,XMLStructure
DOM-based implementation of SignatureProperties.
-
Field Summary
Fields inherited from interface javax.xml.crypto.dsig.SignatureProperties
TYPE
-
Constructor Summary
ConstructorsConstructorDescriptionDOMSignatureProperties
(List<? extends SignatureProperty> properties, String id) Creates aDOMSignatureProperties
from the specified parameters.DOMSignatureProperties
(Element propsElem) Creates aDOMSignatureProperties
from an element. -
Method Summary
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupported
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Constructor Details
-
DOMSignatureProperties
Creates aDOMSignatureProperties
from the specified parameters.- Parameters:
properties
- a list of one or moreSignatureProperty
s. The list is defensively copied to protect against subsequent modification.id
- the Id (may benull
)- Throws:
ClassCastException
- ifproperties
contains any entries that are not of typeSignatureProperty
IllegalArgumentException
- ifproperties
is emptyNullPointerException
- ifproperties
-
DOMSignatureProperties
Creates aDOMSignatureProperties
from an element.- Parameters:
propsElem
- a SignatureProperties element- Throws:
MarshalException
- if a marshalling error occurs
-
-
Method Details
-
getProperties
- Specified by:
getProperties
in interfaceSignatureProperties
-
getId
- Specified by:
getId
in interfaceSignatureProperties
-
marshal
- Specified by:
marshal
in classDOMStructure
- Throws:
MarshalException
-
equals
-
hashCode
public int hashCode()
-