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
ConstructorDescriptionRelatedCertificateWrapper
(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
equals, getAuthorityInformationAccessUrls, getBinaries, getCAIssuersAccessUrls, getCertificateDN, getCertificateExtensionForOid, getCertificateExtensions, getCertificateIssuerDN, getCertificatePolicies, getCertificateRevocationData, getCertificateTSPServiceExpiredCertsRevocationInfo, getCommonName, getCountryName, getCpsUrls, getCRLDistributionPoints, getCurrentBasicSignature, getCurrentCertificateChain, getCurrentSigningCertificate, getDigestAlgoAndValue, getEmail, getEntityKey, getExcludedSubtrees, getExtendedKeyUsages, getGivenName, getId, getInhibitAnyPolicy, getInhibitPolicyMapping, getKeyUsages, getLocality, getMRACertificateContentEquivalenceList, getMRAEnactedTrustServiceLegalIdentifier, getNotAfter, getNotBefore, getOCSPAccessUrls, getOrganizationalUnit, getOrganizationIdentifier, getOrganizationName, getOriginalThirdCountryOtherQcStatements, getOriginalThirdCountryQcLegislationCountryCodes, getOriginalThirdCountryQCTypes, getOtherQcStatements, getPathLenConstraint, getPermittedSubtrees, getPolicyIds, getPSD2Info, getPseudo, getQCEuRetentionPeriod, getQcLegislationCountryCodes, getQCLimitValue, getQCPDSLocations, getQcTypes, getReadableCertificateName, getRequireExplicitPolicy, getRevocationDataById, getSemanticsIdentifier, getSerialNumber, getSources, getState, getSubjectAlternativeNames, getSubjectKeyIdentifier, getSubjectSerialNumber, getSurname, getTitle, getTrustedServices, getTrustServiceProviders, hashCode, isCA, isEnactedMRA, isIdKpOCSPSigning, isIdPkixOcspNoCheck, isOriginalThirdCountryQcCompliance, isOriginalThirdCountrySupportedByQSCD, isQcCompliance, isRevocationDataAvailable, isSelfSigned, isSupportedByQSCD, isTrusted, isTrustedListReached, isValAssuredShortTermCertificate
Methods inherited from class eu.europa.esig.dss.diagnostic.AbstractTokenProxy
foundCertificates, foundRevocations, getCertificateChain, getDigestAlgorithm, getDigestMatchers, getEncryptionAlgorithm, getKeyLengthUsedToSignThisToken, getMaskGenerationFunction, getSignatureAlgorithm, getSigningCertificate, getSigningCertificatePublicKey, getSigningCertificateReference, getSigningCertificateReferences, 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
CertificateOrigin
s
-
getReferences
Returns a list of certificate token references from the signature- Returns:
- a list of
CertificateRefWrapper
s
-