public class TimeStampValidationData extends XAdESBaseElement implements UnsignedSignaturePropertyElement
Below follows the schema definition for this element.
<xsd:element name="TimeStampValidationData" type="ValidationDataType"/> <xsd:complexType name="ValidationDataType"> <xsd:sequence> <xsd:element ref="xades:CertificateValues" minOccurs="0"/> <xsd:element ref="xades:RevocationValues" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="Id" type="xsd:ID" use="optional"/> <xsd:attribute name="URI" type="xsd:anyURI" use="optional"/> </xsd:complexType>
mContext, mElement, mId| Constructor and Description |
|---|
TimeStampValidationData(Context aContext,
CertificateValues aCertificateValues,
RevocationValues aRevocationValues) |
TimeStampValidationData(org.w3c.dom.Element aElement,
Context aContext) |
| Modifier and Type | Method and Description |
|---|---|
CertificateValues |
getCertificateValues() |
java.lang.String |
getLocalName() |
java.lang.String |
getNamespace() |
RevocationValues |
getRevocationValues() |
java.lang.String |
getURI() |
void |
setURI(java.lang.String aURI) |
addBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic TimeStampValidationData(Context aContext, CertificateValues aCertificateValues, RevocationValues aRevocationValues)
public TimeStampValidationData(org.w3c.dom.Element aElement,
Context aContext)
throws XMLSignatureException
XMLSignatureExceptionpublic CertificateValues getCertificateValues()
public RevocationValues getRevocationValues()
public void setURI(java.lang.String aURI)
public java.lang.String getURI()
public java.lang.String getLocalName()
getLocalName in class BaseElementpublic java.lang.String getNamespace()
getNamespace in class XAdESBaseElementCopyright © 2025. All rights reserved.