Package eu.europa.esig.dss.validation
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 Summary
Constructors Constructor Description ValidationDataForInclusion() -
Method Summary
Modifier and Type Method Description Set<CertificateToken>getCertificateTokens()Gets certificate tokens ti be included into the signatureList<CRLToken>getCrlTokens()Sets CRL tokens ti be included into the signatureList<OCSPToken>getOcspTokens()Sets OCSP tokens ti be included into the signaturebooleanisEmpty()Checks if the validation data is empty
-
Constructor Details
-
ValidationDataForInclusion
public ValidationDataForInclusion()
-
-
Method Details
-
getCertificateTokens
Gets certificate tokens ti be included into the signature- Returns:
- a set of
CertificateTokens
-
getCrlTokens
Sets CRL tokens ti be included into the signature- Returns:
- a list of
CRLTokens
-
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
-