Creates a DOMSignatureProperties from an element.
Parameters: - propsElem - a SignatureProperties element
Throws: - MarshalException - if a marshalling error occurs
public DOMSignatureProperties
(List properties, String id)
Creates a DOMSignatureProperties from the specified
parameters.
Creates a DOMSignatureProperties from the specified parameters.
Returns:
a DOMSignatureProperties Parameters: - properties - a list of one or more {@link SignatureProperty}s. The
list is defensively copied to protect against subsequent modification.
- id - the Id (may be null)
Throws: - ClassCastException - if properties contains any
entries that are not of type {@link SignatureProperty}
- IllegalArgumentException - if properties is empty
- NullPointerException - if properties
publicfinalstaticString TYPE
= "http://www.w3.org/2000/09/xmldsig#SignatureProperties"
[Inherited From SignatureProperties]
URI that identifies the SignatureProperties element (this
can be specified as the value of the type parameter of the
Reference class to identify the referent's type).