Class XmlCryptographicValidation

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicValidation
All Implemented Interfaces:
Serializable

public class XmlCryptographicValidation extends Object implements 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 Details

    • algorithm

      protected XmlCryptographicAlgorithm algorithm
    • notAfter

      protected Date notAfter
    • validationTime

      protected Date validationTime
    • concernedMaterial

      protected String concernedMaterial
    • secure

      protected boolean secure
  • Constructor Details

    • XmlCryptographicValidation

      public XmlCryptographicValidation()
  • Method Details

    • getAlgorithm

      public XmlCryptographicAlgorithm getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is XmlCryptographicAlgorithm
    • setAlgorithm

      public void setAlgorithm(XmlCryptographicAlgorithm value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is XmlCryptographicAlgorithm
    • getNotAfter

      public Date getNotAfter()
      Gets the value of the notAfter property.
      Returns:
      possible object is String
    • setNotAfter

      public void setNotAfter(Date value)
      Sets the value of the notAfter property.
      Parameters:
      value - allowed object is String
    • getValidationTime

      public Date getValidationTime()
      Gets the value of the validationTime property.
      Returns:
      possible object is String
    • setValidationTime

      public void setValidationTime(Date value)
      Sets the value of the validationTime property.
      Parameters:
      value - allowed object is String
    • getConcernedMaterial

      public String getConcernedMaterial()
      Gets the value of the concernedMaterial property.
      Returns:
      possible object is String
    • setConcernedMaterial

      public void setConcernedMaterial(String value)
      Sets the value of the concernedMaterial property.
      Parameters:
      value - allowed object is String
    • isSecure

      public boolean isSecure()
      Gets the value of the secure property.
    • setSecure

      public void setSecure(boolean value)
      Sets the value of the secure property.