public interface ContainerValidationResult extends SignatureValidationResult
Modifier and Type | Method and Description |
---|---|
List<DigiDoc4JException> |
getContainerErrors()
Get list container related errors.
|
List<DigiDoc4JException> |
getContainerWarnings()
Get list container related warnings.
|
eu.europa.esig.dss.enumerations.Indication |
getIndication(String tokenId)
Get indication of the token (signature or timestamp) with the specified ID.
|
List<String> |
getSignatureIdList()
Get the list of signature unique IDs.
|
eu.europa.esig.dss.enumerations.SubIndication |
getSubIndication(String tokenId)
Get subIndication of the token (signature or timestamp) with the specified ID.
|
List<String> |
getTimestampIdList()
Get the list of timestamp unique IDs.
|
eu.europa.esig.dss.enumerations.TimestampQualification |
getTimestampQualification(String timestampId)
Get TimestampQualification of the timestamp with the specified ID.
|
List<TimestampValidationReport> |
getTimestampReports()
Get TimestampValidationReports from signature validation data.
|
ValidationResult |
getValidationResult(String tokenId)
Get validation result of the token (signature or timestamp) with the specified ID.
|
getReport, getReports, getSignatureQualification, getSignatureReports, getSimpleReports, saveXmlReports
getErrors, getWarnings, hasWarnings, isValid
eu.europa.esig.dss.enumerations.Indication getIndication(String tokenId)
getIndication
in interface SignatureValidationResult
tokenId
- ID of a token (signature or timestamp)null
if the specified ID does not map to any token in
this validation resultSignature.getUniqueId()
,
Timestamp.getUniqueId()
,
Signature.getId()
eu.europa.esig.dss.enumerations.SubIndication getSubIndication(String tokenId)
getSubIndication
in interface SignatureValidationResult
tokenId
- ID of a token (signature or timestamp)null
if the specified ID does not map to any token
in this validation resultSignature.getUniqueId()
,
Timestamp.getUniqueId()
,
Signature.getId()
ValidationResult getValidationResult(String tokenId)
tokenId
- ID of a token (signature or timestamp)null
if the specified ID does not map to any tokenSignature.getUniqueId()
,
Timestamp.getUniqueId()
,
Signature.getId()
List<String> getSignatureIdList()
Signature.getUniqueId()
List<String> getTimestampIdList()
Timestamp.getUniqueId()
eu.europa.esig.dss.enumerations.TimestampQualification getTimestampQualification(String timestampId)
timestampId
- ID of a timestampnull
if the specified ID does not map to any
timestamp in this validation resultTimestamp.getUniqueId()
List<TimestampValidationReport> getTimestampReports()
List<DigiDoc4JException> getContainerErrors()
List<DigiDoc4JException> getContainerWarnings()
Copyright © 2024. All rights reserved.