public class CertificateValidationResult extends ValidationResult
resultList| Constructor and Description |
|---|
CertificateValidationResult() |
CertificateValidationResult(String id,
String description,
Date validationDate) |
| Modifier and Type | Method and Description |
|---|---|
TrustedListService |
getCaQcTrustedListService() |
CertificateQualification |
getCertificateQualification()
Returns the resolved certificate qualification.
|
LotlId |
getLotlId()
Returns the LOtlId of the trusted list from which the certificate trust status was determined.
|
TrustedList |
getTrustedList()
Returns the trusted list from which the certificate trust status was determined.
|
String |
getTrustedListTerritory()
Returns the territory of the trusted list from which the certificate trust status was determined.
|
addResult, addResult, checkFailed, checkNotChecked, checkPassed, getDescription, getId, getReasons, getResults, getSignatureResult, getStatus, getType, getValidationDate, setDescription, toStringpublic TrustedList getTrustedList()
public String getTrustedListTerritory()
public LotlId getLotlId()
public TrustedListService getCaQcTrustedListService()
public CertificateQualification getCertificateQualification()