public class UnsignedProperties extends XAdESBaseElement
The UnsignedProperties element MAY contain properties that
qualify XML signature itself or the signer. They are included as content of
the UnsignedSignatureProperties element.
The UnsignedProperties element MAY also contain properties
that qualify some of the signed data objects. These properties appear as
content of the UnsignedDataObjectProperties element.
The optional Id attribute can be used to make a reference to the
UnsignedProperties element.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedPropertiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignaturePropertiesType" minOccurs="0"/>
<element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectPropertiesType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
mContext, mElement, mId| Constructor and Description |
|---|
UnsignedProperties(Context aContext,
XMLSignature aSignature) |
UnsignedProperties(org.w3c.dom.Element aElement,
Context aContext,
XMLSignature aSignature)
Construct UnsignedProperties from existing
|
| Modifier and Type | Method and Description |
|---|---|
UnsignedDataObjectProperties |
createOrGetUnsignedDataObjectProperties() |
java.lang.String |
getLocalName() |
UnsignedDataObjectProperties |
getUnsignedDataObjectProperties() |
UnsignedSignatureProperties |
getUnsignedSignatureProperties() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic UnsignedProperties(Context aContext, XMLSignature aSignature)
public UnsignedProperties(org.w3c.dom.Element aElement,
Context aContext,
XMLSignature aSignature)
throws XMLSignatureException
aElement - xml elementaContext - according to contextXMLSignatureException - when structure is invalid or can not be
resolved appropriatelypublic UnsignedSignatureProperties getUnsignedSignatureProperties()
public UnsignedDataObjectProperties getUnsignedDataObjectProperties()
public UnsignedDataObjectProperties createOrGetUnsignedDataObjectProperties()
public java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.