Class ValidationDataForInclusion

java.lang.Object
eu.europa.esig.dss.validation.ValidationDataForInclusion

public class ValidationDataForInclusion
extends Object
Contains a validation data to be included into the signature
  • Constructor Details

    • ValidationDataForInclusion

      public ValidationDataForInclusion()
  • Method Details

    • getCertificateTokens

      public Set<CertificateToken> getCertificateTokens()
      Gets certificate tokens ti be included into the signature
      Returns:
      a set of CertificateTokens
    • getCrlTokens

      public List<CRLToken> getCrlTokens()
      Sets CRL tokens ti be included into the signature
      Returns:
      a list of CRLTokens
    • getOcspTokens

      public List<OCSPToken> getOcspTokens()
      Sets OCSP tokens ti be included into the signature
      Returns:
      a list of OCSPTokens
    • isEmpty

      public boolean isEmpty()
      Checks if the validation data is empty
      Returns:
      TRUE if the object is empty, FALSE otherwise