Class XmlAOV
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlAOV
- All Implemented Interfaces:
Serializable
Java class for AOV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AOV">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<sequence>
<element name="SignatureCryptographicValidation" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicValidation" minOccurs="0"/>
<element name="SignedAttributesValidation" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicValidation" minOccurs="0"/>
<element name="DigestMatchersValidation" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicValidation" minOccurs="0"/>
<element name="CertificateChainCryptographicValidation" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateCryptographicValidation" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicValidation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlCryptographicValidationprotected XmlCryptographicValidationprotected XmlCryptographicValidationprotected DateFields inherited from class XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateChainCryptographicValidation property.Gets the value of the digestMatchersValidation property.Gets the value of the signatureCryptographicValidation property.Gets the value of the signedAttributesValidation property.Gets the value of the validationTime property.voidSets the value of the certificateChainCryptographicValidation property.voidSets the value of the digestMatchersValidation property.voidSets the value of the signatureCryptographicValidation property.voidSets the value of the signedAttributesValidation property.voidsetValidationTime(Date value) Sets the value of the validationTime property.Methods inherited from class XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
signatureCryptographicValidation
-
signedAttributesValidation
-
digestMatchersValidation
-
certificateChainCryptographicValidation
-
validationTime
-
-
Constructor Details
-
XmlAOV
public XmlAOV()
-
-
Method Details
-
getSignatureCryptographicValidation
Gets the value of the signatureCryptographicValidation property.- Returns:
- possible object is
XmlCryptographicValidation
-
setSignatureCryptographicValidation
Sets the value of the signatureCryptographicValidation property.- Parameters:
value- allowed object isXmlCryptographicValidation
-
getSignedAttributesValidation
Gets the value of the signedAttributesValidation property.- Returns:
- possible object is
XmlCryptographicValidation
-
setSignedAttributesValidation
Sets the value of the signedAttributesValidation property.- Parameters:
value- allowed object isXmlCryptographicValidation
-
getDigestMatchersValidation
Gets the value of the digestMatchersValidation property.- Returns:
- possible object is
XmlCryptographicValidation
-
setDigestMatchersValidation
Sets the value of the digestMatchersValidation property.- Parameters:
value- allowed object isXmlCryptographicValidation
-
getCertificateChainCryptographicValidation
Gets the value of the certificateChainCryptographicValidation property.- Returns:
- possible object is
XmlCertificateChainCryptographicValidation
-
setCertificateChainCryptographicValidation
public void setCertificateChainCryptographicValidation(XmlCertificateChainCryptographicValidation value) Sets the value of the certificateChainCryptographicValidation property.- Parameters:
value- allowed object isXmlCertificateChainCryptographicValidation
-
getValidationTime
-
setValidationTime
-