Uses of Class
eu.europa.esig.dss.diagnostic.CertificateWrapper
Packages that use CertificateWrapper
-
Uses of CertificateWrapper in eu.europa.esig.dss.diagnostic
Subclasses of CertificateWrapper in eu.europa.esig.dss.diagnosticModifier and TypeClassDescriptionclassWrapper for aXmlRelatedCertificateobjectMethods in eu.europa.esig.dss.diagnostic that return CertificateWrapperModifier and TypeMethodDescriptionDiagnosticData.getCertificateById(String id) ReturnsCertificateWrapperwith the givenidTrustServiceWrapper.getServiceDigitalIdentifier()Gets Service Digital Identifier CertificateAbstractTokenProxy.getSigningCertificate()TokenProxy.getSigningCertificate()Returns the signing certificate of the token if identifiedDiagnosticData.getUsedCertificateById(String id) This method returns a certificate wrapper for the given certificate idDiagnosticData.getUsedCertificateByIdNullSafe(String id) This method returns a certificate wrapper for the given certificate idMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type CertificateWrapperModifier and TypeMethodDescriptionAbstractTokenProxy.getCertificateChain()TokenProxy.getCertificateChain()Returns the certificate chainDiagnosticData.getCertificatesFromSource(eu.europa.esig.dss.enumerations.CertificateSourceType certificateSourceType) Returns a list of certificates by their origin sourceEvidenceRecordWrapper.getCoveredCertificates()Returns a list of certificates covered be the current evidence recordDiagnosticData.getCrossCertificates(CertificateWrapper certificate) Returns a list of cross-certificatesDiagnosticData.getEquivalentCertificates(CertificateWrapper certificate) Returns a list of equivalent certificates (certificates with the same public key)DiagnosticData.getSignatureCertificateChain(String signatureId) This method returns the list of certificates in the chain of the main signature.TimestampWrapper.getTimestampedCertificates()Returns a list of certificates covered be the current timestampDiagnosticData.getUsedCertificates()This method retrieves a list of certificate wrappersMethods in eu.europa.esig.dss.diagnostic with parameters of type CertificateWrapperModifier and TypeMethodDescriptionDiagnosticData.getCrossCertificates(CertificateWrapper certificate) Returns a list of cross-certificatesDiagnosticData.getEquivalentCertificates(CertificateWrapper certificate) Returns a list of equivalent certificates (certificates with the same public key)DiagnosticData.getLatestRevocationDataForCertificate(CertificateWrapper certificate) Returns the last actual revocation for the givencertificateDiagnosticData.getOrphanCrossCertificates(CertificateWrapper certificate) Returns a list of orphan cross-certificatesDiagnosticData.getOrphanEquivalentCertificates(CertificateWrapper certificate) Returns a list of orphan equivalent certificates (certificates with the same public key)voidTrustServiceWrapper.setServiceDigitalIdentifier(CertificateWrapper serviceDigitalIdentifier) Sets Service Digital Identifier Certificate