public class CounterSignature extends XAdESBaseElement implements UnsignedSignaturePropertyElement
The CounterSignature is an unsigned property that qualifies
the signature. A XAdES signature MAY have more than one
CounterSignature properties. As indicated by its name, it
contains one countersignature of the qualified signature.
The following schema fragment specifies the expected content contained within this class.
<xsd:element name="CounterSignature" type="CounterSignatureType" />
<xsd:complexType name="CounterSignatureType">
<xsd:sequence>
<xsd:element ref="ds:Signature"/>
</xsd:sequence>
</xsd:complexType>
mContext, mElement, mId| Constructor and Description |
|---|
CounterSignature(Context aBaglam,
XMLSignature aSignature) |
CounterSignature(org.w3c.dom.Element aElement,
Context aContext)
Construct CounterSignature from existing
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalName() |
XMLSignature |
getSignature() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic CounterSignature(Context aBaglam, XMLSignature aSignature)
public CounterSignature(org.w3c.dom.Element aElement,
Context aContext)
throws XMLSignatureException
aElement - xml elementaContext - according to contextXMLSignatureException - when structure is invalid or can not be
resolved appropriatelypublic XMLSignature getSignature()
public java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.