Uses of Class
eu.europa.esig.dss.spi.x509.CandidatesForSigningCertificate
Package
Description
-
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.jades.validation
Modifier and TypeMethodDescriptionprotected CandidatesForSigningCertificate
JAdESCertificateSource.extractCandidatesForSigningCertificate
(CertificateSource signingCertificateSource) -
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.spi.x509
Modifier and TypeMethodDescriptionSignatureIntegrityValidator.validate
(CandidatesForSigningCertificate candidates) Verifies validity of a signature across a provided signing certificate candidates list NOTE: in case of a failed validation, use getErrorMessages() method after processing this method for more details -
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeMethodDescriptionOCSPCertificateSource.getCandidatesForSigningCertificate
(CertificateToken certificateIssuer) Returns candidates for the OCSP Response's signing certificate -
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.validation
Modifier and TypeFieldDescriptionprotected CandidatesForSigningCertificate
SignatureCertificateSource.candidatesForSigningCertificate
The reference to the object containing all candidates to the signing certificate.Modifier and TypeMethodDescriptionprotected CandidatesForSigningCertificate
CMSCertificateSource.extractCandidatesForSigningCertificate
(CertificateSource signingCertificateSource) protected abstract CandidatesForSigningCertificate
SignatureCertificateSource.extractCandidatesForSigningCertificate
(CertificateSource signingCertificateSource) Extracts candidates to be a signing certificate from the sourceAdvancedSignature.getCandidatesForSigningCertificate()
Gets an object containing the signing certificate or information indicating why it is impossible to extract it from the signature.DefaultAdvancedSignature.getCandidatesForSigningCertificate()
ETSI TS 101 733 V2.2.1 (2013-04) 5.6.3 Signature Verification Process ...the public key from the first certificate identified in the sequence of certificate identifiers from SigningCertificate shall be the key used to verify the digital signature.SignatureCertificateSource.getCandidatesForSigningCertificate
(CertificateSource signingCertificateSource) Gets an object containing the signing certificate or information indicating why it is impossible to extract it from the signature. -
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionTimestampToken.getCandidatesForSigningCertificate()
Returns an object with signing candidates -
Uses of CandidatesForSigningCertificate in eu.europa.esig.dss.xades.validation
Modifier and TypeMethodDescriptionprotected CandidatesForSigningCertificate
XAdESCertificateSource.extractCandidatesForSigningCertificate
(CertificateSource signingCertificateSource)