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 aDOMSignaturePropertiesfrom the specified parameters.DOMSignatureProperties(Element propsElem) Creates aDOMSignaturePropertiesfrom an 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
-
DOMSignatureProperties
Creates aDOMSignaturePropertiesfrom the specified parameters.- Parameters:
properties- a list of one or moreSignaturePropertys. The list is defensively copied to protect against subsequent modification.id- the Id (may benull)- Throws:
ClassCastException- ifpropertiescontains any entries that are not of typeSignaturePropertyIllegalArgumentException- ifpropertiesis emptyNullPointerException- ifproperties
-
DOMSignatureProperties
Creates aDOMSignaturePropertiesfrom an element.- Parameters:
propsElem- a SignatureProperties element- Throws:
MarshalException- if a marshalling error occurs
-
-
Method Details
-
getProperties
- Specified by:
getPropertiesin interfaceSignatureProperties
-
getId
- Specified by:
getIdin interfaceSignatureProperties
-
marshal
- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-
equals
-
hashCode
public int hashCode()
-