Class XmlCryptographicValidation
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicValidation
- All Implemented Interfaces:
Serializable
Java class for CryptographicValidation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptographicValidation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Algorithm" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicAlgorithm"/>
<element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ConcernedMaterialDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Conclusion" type="{http://dss.esig.europa.eu/validation/detailed-report}Conclusion"/>
</sequence>
<attribute name="TokenId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlCryptographicAlgorithmprotected Stringprotected XmlConclusionprotected Dateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the concernedMaterialDescription property.Gets the value of the conclusion property.Gets the value of the notAfter property.Gets the value of the tokenId property.voidSets the value of the algorithm property.voidSets the value of the concernedMaterialDescription property.voidsetConclusion(XmlConclusion value) Sets the value of the conclusion property.voidsetNotAfter(Date value) Sets the value of the notAfter property.voidsetTokenId(String value) Sets the value of the tokenId property.
-
Field Details
-
algorithm
-
notAfter
-
concernedMaterialDescription
-
conclusion
-
tokenId
-
-
Constructor Details
-
XmlCryptographicValidation
public XmlCryptographicValidation()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
XmlCryptographicAlgorithm
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isXmlCryptographicAlgorithm
-
getNotAfter
-
setNotAfter
-
getConcernedMaterialDescription
-
setConcernedMaterialDescription
-
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value- allowed object isXmlConclusion
-
getTokenId
-
setTokenId
-