All Implemented Interfaces:
Serializable

public class XmlCC extends XmlConstraintsConclusion implements Serializable

Java class for CC complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CC">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
       <sequence>
         <element name="VerifiedAlgorithm" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicAlgorithm"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlCC

      public XmlCC()
  • Method Details

    • getVerifiedAlgorithm

      public XmlCryptographicAlgorithm getVerifiedAlgorithm()
      Gets the value of the verifiedAlgorithm property.
      Returns:
      possible object is XmlCryptographicAlgorithm
    • setVerifiedAlgorithm

      public void setVerifiedAlgorithm(XmlCryptographicAlgorithm value)
      Sets the value of the verifiedAlgorithm 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