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="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 Details

  • 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
    • getConcernedMaterialDescription

      public String getConcernedMaterialDescription()
      Gets the value of the concernedMaterialDescription property.
      Returns:
      possible object is String
    • setConcernedMaterialDescription

      public void setConcernedMaterialDescription(String value)
      Sets the value of the concernedMaterialDescription property.
      Parameters:
      value - allowed object is String
    • getConclusion

      public XmlConclusion getConclusion()
      Gets the value of the conclusion property.
      Returns:
      possible object is XmlConclusion
    • setConclusion

      public void setConclusion(XmlConclusion value)
      Sets the value of the conclusion property.
      Parameters:
      value - allowed object is XmlConclusion
    • getTokenId

      public String getTokenId()
      Gets the value of the tokenId property.
      Returns:
      possible object is String
    • setTokenId

      public void setTokenId(String value)
      Sets the value of the tokenId property.
      Parameters:
      value - allowed object is String