Class EIDAS

java.lang.Object
eu.europa.esig.dss.policy.jaxb.EIDAS
All Implemented Interfaces:
Serializable

public class EIDAS extends Object implements Serializable
Group of checks related to Trusted Lists

Java class for eIDAS complex type.

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

 <complexType name="eIDAS">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TLFreshness" type="{http://dss.esig.europa.eu/validation/policy}TimeConstraint" minOccurs="0"/>
         <element name="TLNotExpired" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="TLWellSigned" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="TLVersion" type="{http://dss.esig.europa.eu/validation/policy}ValueConstraint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • EIDAS

      public EIDAS()
  • Method Details

    • getTLFreshness

      public TimeConstraint getTLFreshness()
      Gets the value of the tlFreshness property.
      Returns:
      possible object is TimeConstraint
    • setTLFreshness

      public void setTLFreshness(TimeConstraint value)
      Sets the value of the tlFreshness property.
      Parameters:
      value - allowed object is TimeConstraint
    • getTLNotExpired

      public LevelConstraint getTLNotExpired()
      Gets the value of the tlNotExpired property.
      Returns:
      possible object is LevelConstraint
    • setTLNotExpired

      public void setTLNotExpired(LevelConstraint value)
      Sets the value of the tlNotExpired property.
      Parameters:
      value - allowed object is LevelConstraint
    • getTLWellSigned

      public LevelConstraint getTLWellSigned()
      Gets the value of the tlWellSigned property.
      Returns:
      possible object is LevelConstraint
    • setTLWellSigned

      public void setTLWellSigned(LevelConstraint value)
      Sets the value of the tlWellSigned property.
      Parameters:
      value - allowed object is LevelConstraint
    • getTLVersion

      public ValueConstraint getTLVersion()
      Gets the value of the tlVersion property.
      Returns:
      possible object is ValueConstraint
    • setTLVersion

      public void setTLVersion(ValueConstraint value)
      Sets the value of the tlVersion property.
      Parameters:
      value - allowed object is ValueConstraint