Package eu.europa.esig.dss.model.tsl
Interface ValidationInfoRecord
- All Superinterfaces:
InfoRecord
,Serializable
- All Known Implementing Classes:
ValidationCacheDTO
Validation result record
-
Method Summary
Modifier and TypeMethodDescriptionGets validation IndicationGets a list of signing candidatesGets the signing certificateGets the (claimed) signing timeGets validation SubIndicationboolean
Gets if the validation result is indeterminateboolean
Gets if the signature is invalidboolean
isValid()
Gets if the signature is validMethods inherited from interface eu.europa.esig.dss.model.tsl.InfoRecord
getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted
-
Method Details
-
getIndication
-
getSubIndication
-
getSigningTime
-
getSigningCertificate
-
getPotentialSigners
List<CertificateToken> getPotentialSigners()Gets a list of signing candidates- Returns:
- a list of
CertificateToken
s
-
isValid
boolean isValid()Gets if the signature is valid- Returns:
- TRUE if the validation succeeded, FALSE otherwise
-
isIndeterminate
boolean isIndeterminate()Gets if the validation result is indeterminate- Returns:
- TRUE if the validation result is indeterminate, FALSE otherwise
-
isInvalid
boolean isInvalid()Gets if the signature is invalid- Returns:
- TRUE if the validation failed, FALSE otherwise
-