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="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ConcernedMaterial" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="secure" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlCryptographicAlgorithmprotected Stringprotected Dateprotected booleanprotected Date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the concernedMaterial property.Gets the value of the notAfter property.Gets the value of the validationTime property.booleanisSecure()Gets the value of the secure property.voidSets the value of the algorithm property.voidsetConcernedMaterial(String value) Sets the value of the concernedMaterial property.voidsetNotAfter(Date value) Sets the value of the notAfter property.voidsetSecure(boolean value) Sets the value of the secure property.voidsetValidationTime(Date value) Sets the value of the validationTime property.
-
Field Details
-
algorithm
-
notAfter
-
validationTime
-
concernedMaterial
-
secure
protected boolean secure
-
-
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
Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
Sets the value of the notAfter property.- Parameters:
value- allowed object isString
-
getValidationTime
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value- allowed object isString
-
getConcernedMaterial
Gets the value of the concernedMaterial property.- Returns:
- possible object is
String
-
setConcernedMaterial
Sets the value of the concernedMaterial property.- Parameters:
value- allowed object isString
-
isSecure
public boolean isSecure()Gets the value of the secure property. -
setSecure
public void setSecure(boolean value) Sets the value of the secure property.
-