Uses of Class
eu.europa.esig.dss.enumerations.SubIndication
-
Uses of SubIndication in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return SubIndication Modifier and Type Method Description SubIndication
DetailedReport. getArchiveDataValidationSubIndication(String signatureId)
SubIndication
DetailedReport. getBasicBuildingBlocksSubIndication(String tokenId)
This method returns the result of the Basic Building Block for a token (signature, timestamp, revocation)SubIndication
DetailedReport. getBasicValidationSubIndication(String signatureId)
SubIndication
DetailedReport. getHighestSubIndication(String signatureId)
SubIndication
DetailedReport. getLongTermValidationSubIndication(String signatureId)
SubIndication
DetailedReport. getTimestampValidationSubIndication(String timestampId)
-
Uses of SubIndication in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as SubIndication Modifier and Type Field Description protected SubIndication
XmlConclusion. subIndication
Methods in eu.europa.esig.dss.detailedreport.jaxb that return SubIndication Modifier and Type Method Description SubIndication
XmlConclusion. getSubIndication()
Gets the value of the subIndication property.SubIndication
Adapter3. unmarshal(String value)
Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type SubIndication Modifier and Type Method Description String
Adapter3. marshal(SubIndication value)
void
XmlConclusion. setSubIndication(SubIndication value)
Sets the value of the subIndication property. -
Uses of SubIndication in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SubIndication Modifier and Type Method Description static SubIndication
SubIndication. forName(String value)
SubIndication can be nullstatic SubIndication
SubIndication. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubIndication[]
SubIndication. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SubIndication in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return SubIndication Modifier and Type Method Description static SubIndication
SubIndicationParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type SubIndication Modifier and Type Method Description static String
SubIndicationParser. print(SubIndication v)
-
Uses of SubIndication in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return SubIndication Modifier and Type Method Description SubIndication
SimpleCertificateReport. getCertificateSubIndication(String certificateId)
This method returns theSubIndication
(result of validation) for a given certificate -
Uses of SubIndication in eu.europa.esig.dss.simplecertificatereport.jaxb
Fields in eu.europa.esig.dss.simplecertificatereport.jaxb declared as SubIndication Modifier and Type Field Description protected SubIndication
XmlChainItem. subIndication
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return SubIndication Modifier and Type Method Description SubIndication
XmlChainItem. getSubIndication()
Gets the value of the subIndication property.SubIndication
Adapter6. unmarshal(String value)
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type SubIndication Modifier and Type Method Description String
Adapter6. marshal(SubIndication value)
void
XmlChainItem. setSubIndication(SubIndication value)
Sets the value of the subIndication property. -
Uses of SubIndication in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return SubIndication Modifier and Type Method Description SubIndication
SimpleReport. getSubIndication(String tokenId)
This method returns the sub-indication obtained after the validation of the token. -
Uses of SubIndication in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb declared as SubIndication Modifier and Type Field Description protected SubIndication
XmlToken. subIndication
Methods in eu.europa.esig.dss.simplereport.jaxb that return SubIndication Modifier and Type Method Description SubIndication
XmlToken. getSubIndication()
Gets the value of the subIndication property.SubIndication
Adapter4. unmarshal(String value)
Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type SubIndication Modifier and Type Method Description String
Adapter4. marshal(SubIndication value)
void
XmlToken. setSubIndication(SubIndication value)
Sets the value of the subIndication property. -
Uses of SubIndication in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return SubIndication Modifier and Type Method Description SubIndication
ValidationInfoRecord. getSubIndication()
-
Uses of SubIndication in eu.europa.esig.dss.tsl.dto
Methods in eu.europa.esig.dss.tsl.dto that return SubIndication Modifier and Type Method Description SubIndication
ValidationCacheDTO. getSubIndication()
Methods in eu.europa.esig.dss.tsl.dto with parameters of type SubIndication Modifier and Type Method Description void
ValidationCacheDTO. setSubIndication(SubIndication subIndication)
-
Uses of SubIndication in eu.europa.esig.dss.tsl.validation
Methods in eu.europa.esig.dss.tsl.validation that return SubIndication Modifier and Type Method Description SubIndication
ValidationResult. getSubIndication()
Constructors in eu.europa.esig.dss.tsl.validation with parameters of type SubIndication Constructor Description ValidationResult(Indication indication, SubIndication subIndication, Date signingTime, CertificateToken signingCertificate, CertificateSource certificateSource)
-
Uses of SubIndication in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process that return SubIndication Modifier and Type Method Description protected abstract SubIndication
ChainItem. getFailedSubIndicationForConclusion()
protected SubIndication
ChainItem. getSuccessSubIndication()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb
Methods in eu.europa.esig.dss.validation.process.bbb that return SubIndication Modifier and Type Method Description protected SubIndication
AbstractBasicBuildingBlocksCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.cv.checks
Methods in eu.europa.esig.dss.validation.process.bbb.cv.checks that return SubIndication Modifier and Type Method Description protected SubIndication
AllFilesSignedCheck. getFailedSubIndicationForConclusion()
protected SubIndication
ManifestEntryExistenceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
ReferenceDataExistenceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
ReferenceDataIntactCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SignatureIntactCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.fc.checks
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.isc.checks
Methods in eu.europa.esig.dss.validation.process.bbb.isc.checks that return SubIndication Modifier and Type Method Description protected SubIndication
DigestValueMatchCheck. getFailedSubIndicationForConclusion()
protected SubIndication
DigestValuePresentCheck. getFailedSubIndicationForConclusion()
protected SubIndication
IssuerSerialMatchCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SigningCertificateAttributePresentCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SigningCertificateRecognitionCheck. getFailedSubIndicationForConclusion()
protected SubIndication
UnicitySigningCertificateAttributeCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.sav.checks
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.vci.checks
Methods in eu.europa.esig.dss.validation.process.bbb.vci.checks that return SubIndication Modifier and Type Method Description protected SubIndication
SignaturePolicyHashValidCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SignaturePolicyIdentifiedCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SignaturePolicyIdentifierCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.xcv.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.checks that return SubIndication Modifier and Type Method Description protected SubIndication
CheckSubXCVResult. getFailedSubIndicationForConclusion()
protected SubIndication
ProspectiveCertificateChainCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TrustedServiceStatusCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TrustedServiceTypeIdentifierCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks that return SubIndication Modifier and Type Method Description protected SubIndication
RevocationAcceptanceCheckerResultCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationCertHashMatchCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationCertHashPresenceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationConsistentCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationDataKnownCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks that return SubIndication Modifier and Type Method Description protected SubIndication
AbstractRevocationFreshCheck. getFailedSubIndicationForConclusion()
protected SubIndication
AcceptableRevocationDataAvailableCheck. getFailedSubIndicationForConclusion()
protected SubIndication
NextUpdateCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationDataAvailableCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.qualification.certificate
Methods in eu.europa.esig.dss.validation.process.qualification.certificate that return SubIndication Modifier and Type Method Description protected SubIndication
AcceptableBuildingBlockConclusionCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.qualification.certificate.checks
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.qualification.signature.checks
Methods in eu.europa.esig.dss.validation.process.qualification.signature.checks that return SubIndication Modifier and Type Method Description protected SubIndication
AbstractTrustedListCheck. getFailedSubIndicationForConclusion()
protected SubIndication
AcceptableTrustedListPresenceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
AdESAcceptableCheck. getFailedSubIndicationForConclusion()
protected SubIndication
ForeSignatureAtSigningTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
QSCDCertificateAtSigningTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
QualifiedCertificateAtCertificateIssuanceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
QualifiedCertificateAtSigningTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TrustedListReachedForCertificateChainCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.qualification.timestamp.checks
Methods in eu.europa.esig.dss.validation.process.qualification.timestamp.checks that return SubIndication Modifier and Type Method Description protected SubIndication
GrantedStatusAtProductionTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
QTSTCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.qualification.trust.checks
Methods in eu.europa.esig.dss.validation.process.qualification.trust.checks that return SubIndication Modifier and Type Method Description protected SubIndication
TLFreshnessCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TLNotExpiredCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TLVersionCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TLWellSignedCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.vpfltvd.checks
Methods in eu.europa.esig.dss.validation.process.vpfltvd.checks that return SubIndication Modifier and Type Method Description protected SubIndication
AcceptableBasicSignatureValidationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
BestSignatureTimeBeforeCertificateExpirationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
BestSignatureTimeNotBeforeCertificateIssuanceCheck. getFailedSubIndicationForConclusion()
protected SubIndication
RevocationDateAfterBestSignatureTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SigningTimeAttributePresentCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TimestampCoherenceOrderCheck. getFailedSubIndicationForConclusion()
protected SubIndication
TimestampDelayCheck. getFailedSubIndicationForConclusion()
protected SubIndication
BestSignatureTimeNotBeforeCertificateIssuanceCheck. getSuccessSubIndication()
Constructors in eu.europa.esig.dss.validation.process.vpfltvd.checks with parameters of type SubIndication Constructor Description BestSignatureTimeNotBeforeCertificateIssuanceCheck(I18nProvider i18nProvider, T result, Date bestSignatureTime, CertificateWrapper signingCertificate, Indication currentIndication, SubIndication currentSubIndication, LevelConstraint constraint)
The default constructor allowing setting of returned Indication/subIndication on success result -
Uses of SubIndication in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks that return SubIndication Modifier and Type Method Description protected SubIndication
LongTermValidationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
PastSignatureValidationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
PastTimestampValidation. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv.checks that return SubIndication Modifier and Type Method Description protected SubIndication
ProspectiveCertificateChainCheck. getFailedSubIndicationForConclusion()
protected SubIndication
ValidationTimeSlidingCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks that return SubIndication Modifier and Type Method Description protected SubIndication
BestSignatureTimeAfterCertificateIssuanceAndBeforeCertificateExpirationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
CurrentTimeIndicationCheck. getFailedSubIndicationForConclusion()
protected SubIndication
PastCertificateValidationAcceptableCheck. getFailedSubIndicationForConclusion()
protected SubIndication
POEExistsCheck. getFailedSubIndicationForConclusion()
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with parameters of type SubIndication Constructor Description BestSignatureTimeAfterCertificateIssuanceAndBeforeCertificateExpirationCheck(I18nProvider i18nProvider, XmlPSV result, Date controlTime, CertificateWrapper certificate, SubIndication currentTimeSubIndication, LevelConstraint constraint)
CurrentTimeIndicationCheck(I18nProvider i18nProvider, XmlPSV result, Indication indication, SubIndication subIndication, List<XmlName> errors, LevelConstraint constraint)
-
Uses of SubIndication in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks that return SubIndication Modifier and Type Method Description protected SubIndication
POEExistsAtOrBeforeControlTimeCheck. getFailedSubIndicationForConclusion()
protected SubIndication
SatisfyingRevocationDataExistsCheck. getFailedSubIndicationForConclusion()
-
Uses of SubIndication in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb with type parameters of type SubIndication Modifier and Type Field Description protected List<SubIndication>
ValidationStatusType. subIndication
Methods in eu.europa.esig.validationreport.jaxb that return SubIndication Modifier and Type Method Description SubIndication
Adapter8. unmarshal(String value)
Methods in eu.europa.esig.validationreport.jaxb that return types with arguments of type SubIndication Modifier and Type Method Description List<SubIndication>
ValidationStatusType. getSubIndication()
Gets the value of the subIndication property.Methods in eu.europa.esig.validationreport.jaxb with parameters of type SubIndication Modifier and Type Method Description String
Adapter8. marshal(SubIndication value)
-
Uses of SubIndication in eu.europa.esig.validationreport.parsers
Methods in eu.europa.esig.validationreport.parsers that return SubIndication Modifier and Type Method Description static SubIndication
UriBasedEnumParser. parseSubIndication(String v)