Package eu.europa.esig.dss.diagnostic
Class RelatedCertificateWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.AbstractTokenProxy
eu.europa.esig.dss.diagnostic.CertificateWrapper
eu.europa.esig.dss.diagnostic.RelatedCertificateWrapper
- All Implemented Interfaces:
TokenProxy
Wrapper for a
XmlRelatedCertificate object-
Constructor Summary
ConstructorsConstructorDescriptionRelatedCertificateWrapper(XmlRelatedCertificate relatedCertificate) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of certificate token originsReturns a list of certificate token references from the signatureMethods inherited from class eu.europa.esig.dss.diagnostic.CertificateWrapper
getAuthorityInformationAccessUrls, getBinaries, getCertificateDN, getCertificateIssuerDN, getCertificateRevocationData, getCertificateTSPServiceExpiredCertsRevocationInfo, getCommonName, getCountryName, getCpsUrls, getCRLDistributionPoints, getCurrentBasicSignature, getCurrentCertificateChain, getCurrentSigningCertificate, getDigestAlgoAndValue, getEmail, getEntityKey, getExtendedKeyUsages, getGivenName, getId, getKeyUsages, getLocality, getMRAEnactedTrustServiceLegalIdentifier, getNotAfter, getNotBefore, getOCSPAccessUrls, getOrganizationalUnit, getOrganizationIdentifier, getOrganizationName, getOriginalThirdCountryOtherQcStatements, getOriginalThirdCountryQcLegislationCountryCodes, getOriginalThirdCountryQCTypes, getOtherQcStatements, getPolicyIds, getPSD2Info, getPseudo, getQCEuRetentionPeriod, getQcLegislationCountryCodes, getQCLimitValue, getQCPDSLocations, getQcTypes, getReadableCertificateName, getRevocationDataById, getSemanticsIdentifier, getSerialNumber, getSources, getState, getSubjectAlternativeNames, getSubjectSerialNumber, getSurname, getTitle, getTrustedServices, getTrustServiceProviders, isIdKpOCSPSigning, isIdPkixOcspNoCheck, isOriginalThirdCountryQcCompliance, isOriginalThirdCountrySupportedByQSCD, isQcCompliance, isRevocationDataAvailable, isSelfSigned, isSupportedByQSCD, isTrusted, isTrustedListReached, isValAssuredShortTermCertificateMethods inherited from class eu.europa.esig.dss.diagnostic.AbstractTokenProxy
arePdfModificationsDetected, equals, foundCertificates, foundRevocations, getCertificateChain, getDigestAlgorithm, getDigestMatchers, getEncryptionAlgorithm, getKeyLengthUsedToSignThisToken, getMaskGenerationFunction, getModifiedFieldNames, getPdfAnnotationChanges, getPdfAnnotationsOverlapConcernedPages, getPdfExtensionChanges, getPdfObjectModifications, getPdfPageDifferenceConcernedPages, getPdfSignatureOrFormFillChanges, getPdfUndefinedChanges, getPdfVisualDifferenceConcernedPages, getSignatureAlgorithm, getSigningCertificate, getSigningCertificatePublicKey, getSigningCertificateReference, getSigningCertificateReferences, hashCode, isCertificateChainFromTrustedStore, isSignatureIntact, isSignatureValid, isSigningCertificateReferencePresent, isSigningCertificateReferenceUnique, isTrustedChain, toString
-
Constructor Details
-
RelatedCertificateWrapper
Default constructor- Parameters:
relatedCertificate-XmlRelatedCertificate
-
-
Method Details
-
getOrigins
Returns a list of certificate token origins- Returns:
- a list of
CertificateOrigins
-
getReferences
Returns a list of certificate token references from the signature- Returns:
- a list of
CertificateRefWrappers
-