java.lang.Object
eu.europa.esig.dss.tsl.validation.ValidationResult
- All Implemented Interfaces:
CachedResult
The validation task result
-
Constructor Summary
ConstructorsConstructorDescriptionValidationResult(eu.europa.esig.dss.enumerations.Indication indication, eu.europa.esig.dss.enumerations.SubIndication subIndication, Date signingTime, eu.europa.esig.dss.model.x509.CertificateToken signingCertificate, eu.europa.esig.dss.spi.x509.CertificateSource certificateSource) Default constructor -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.IndicationGets validation IndicationList<eu.europa.esig.dss.model.x509.CertificateToken> Gets a list of signing candidateseu.europa.esig.dss.model.x509.CertificateTokenGets the signing certificateGets the (claimed) signing timeeu.europa.esig.dss.enumerations.SubIndicationGets validation SubIndication
-
Constructor Details
-
ValidationResult
public ValidationResult(eu.europa.esig.dss.enumerations.Indication indication, eu.europa.esig.dss.enumerations.SubIndication subIndication, Date signingTime, eu.europa.esig.dss.model.x509.CertificateToken signingCertificate, eu.europa.esig.dss.spi.x509.CertificateSource certificateSource) Default constructor- Parameters:
indication-IndicationsubIndication-SubIndicationsigningTime-DatesigningCertificate-CertificateSourcecertificateSource-Indication
-
-
Method Details
-
getIndication
public eu.europa.esig.dss.enumerations.Indication getIndication()Gets validation Indication- Returns:
Indication
-
getSubIndication
public eu.europa.esig.dss.enumerations.SubIndication getSubIndication()Gets validation SubIndication- Returns:
SubIndication
-
getSigningTime
Gets the (claimed) signing time- Returns:
Date
-
getSigningCertificate
public eu.europa.esig.dss.model.x509.CertificateToken getSigningCertificate()Gets the signing certificate- Returns:
CertificateToken
-
getPotentialSigners
Gets a list of signing candidates- Returns:
- a list of
CertificateTokens
-