Class XmlCC
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlCC
- All Implemented Interfaces:
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 Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notAfter property.Gets the value of the verifiedAlgorithm property.void
setNotAfter
(Date value) Sets the value of the notAfter property.void
Sets the value of the verifiedAlgorithm property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
verifiedAlgorithm
-
notAfter
-
-
Constructor Details
-
XmlCC
public XmlCC()
-
-
Method Details
-
getVerifiedAlgorithm
Gets the value of the verifiedAlgorithm property.- Returns:
- possible object is
XmlCryptographicAlgorithm
-
setVerifiedAlgorithm
Sets the value of the verifiedAlgorithm 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
-