Uses of Class
eu.europa.esig.dss.spi.x509.CertificateRef
Packages that use CertificateRef
Package
Description
-
Uses of CertificateRef in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionprotected List<CertificateRef> CAdESTimestampSource.getCertificateRefs(CAdESAttribute unsignedAttribute) -
Uses of CertificateRef in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return CertificateRefModifier and TypeMethodDescriptionstatic CertificateRefJAdESCertificateRefExtractionUtils.createCertificateRef(Map<?, ?> certificateRefMap) Parses the xRefs component value and returnsCertificateRefMethods in eu.europa.esig.dss.jades.validation that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionJAdESCertificateSource.getKeyIdentifierCertificateRefs()Retrieves the list ofCertificateRefs referenced within a 'kid' (key identifier) headerJAdESCertificateSource.getOrphanCertificateRefs()JAdESCertificateSource.getReferencesForCertificateToken(CertificateToken certificateToken) Methods in eu.europa.esig.dss.jades.validation with parameters of type CertificateRefModifier and TypeMethodDescriptionJAdESCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) -
Uses of CertificateRef in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionprotected List<CertificateRef> JAdESTimestampSource.getCertificateRefs(JAdESAttribute unsignedAttribute) -
Uses of CertificateRef in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionPAdESCertificateSource.getAttributeCertificateRefs()PAdESCertificateSource.getCompleteCertificateRefs() -
Uses of CertificateRef in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return CertificateRefModifier and TypeMethodDescriptionstatic CertificateRefDSSASN1Utils.getCertificateRef(org.bouncycastle.asn1.ess.OtherCertID otherCertId) Converts theOtherCertIDtoCertificateRefMethods in eu.europa.esig.dss.spi that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionSignatureCertificateSource.getAttributeCertificateRefs()Retrieves the list ofCertificateRefs included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)SignatureCertificateSource.getCompleteCertificateRefs()Retrieves the list ofCertificateRefs included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)SignatureCertificateSource.getSigningCertificateRefs()Retrieves the list ofCertificateRefs for the signing certificate (V1/V2) -
Uses of CertificateRef in eu.europa.esig.dss.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.validation.timestamp that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionprotected abstract List<CertificateRef> SignatureTimestampSource.getCertificateRefs(SA unsignedAttribute) Returns a list ofCertificateRefs from the givenunsignedAttributeMethod parameters in eu.europa.esig.dss.spi.validation.timestamp with type arguments of type CertificateRefModifier and TypeMethodDescriptionprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForCertificateRefs(Collection<CertificateRef> certificateRefs, CertificateSource currentCertificateSource, ListCertificateSource listCertificateSource) Returns a list of timestamped references from the given collection ofcertificateRefs -
Uses of CertificateRef in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionTokenCertificateSource.getAllCertificateRefs()Returns a Set of all certificate referencesprotected List<CertificateRef> TokenCertificateSource.getCertificateRefsByOrigin(CertificateRefOrigin origin) Gets a list ofCertificateRefs by the givenCertificateRefOriginTokenCertificateSource.getOrphanCertificateRefs()Returns a list of orphan certificate refsTokenCertificateSource.getReferencesForCertificateToken(CertificateToken certificateToken) Returns list ofCertificateRefs found for the givencertificateTokenMethods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateRefModifier and TypeMethodDescriptionprotected voidTokenCertificateSource.addCertificateRef(CertificateRef certificateRef, CertificateRefOrigin origin) Adds aCertificateRefwith itsCertificateRefOriginprotected booleanCommonCertificateSource.doesCertificateReferenceMatch(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies whether theCertificateRefdoes match to theCertificateTokenCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) Returns Set ofCertificateTokens for the providedCertificateRefCommonCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) ListCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) TokenCertificateSource.getCertificateRefOrigins(CertificateRef certificateRef) Extracts origins for a given certificateRefprotected booleanTokenCertificateSource.isOrphan(CertificateRef certificateRef) Verifies whether theCertificateRefis orphan (does not have related certificates embedded to the certificate source)booleanCertificateTokenRefMatcher.match(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if the givenCertificateTokenmatches theCertificateRefbooleanCertificateTokenRefMatcher.matchByDigest(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only digest within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchByIssuerName(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the issuer name within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchByResponderId(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the responder Id within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchBySerialNumber(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the serial number within thecertificateRefcorresponds tocertificateTokenMethod parameters in eu.europa.esig.dss.spi.x509 with type arguments of type CertificateRefModifier and TypeMethodDescriptionTokenCertificateSource.findTokensFromRefs(List<CertificateRef> certificateRefs) Returns Set ofCertificateTokens for the providedCertificateRefsConstructors in eu.europa.esig.dss.spi.x509 with parameters of type CertificateRefModifierConstructorDescriptionprotectedCertificateRefIdentifier(CertificateRef certificateRef) Default constructor -
Uses of CertificateRef in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionTimestampToken.getCertificateRefs()Returns the Set of contained certificate references. -
Uses of CertificateRef in eu.europa.esig.dss.validation.identifier
Methods in eu.europa.esig.dss.validation.identifier with parameters of type CertificateRefModifier and TypeMethodDescriptionprotected StringUserFriendlyIdentifierProvider.getIdAsStringForCertRef(CertificateRef certificateRef) Gets aStringidentifier for a givenCertificateRef -
Uses of CertificateRef in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type CertificateRefModifier and TypeMethodDescriptionprotected Collection<CertificateToken> DiagnosticDataBuilder.getUsedCertificatesByCertificateRef(CertificateRef certificateRef) Returns used certificate by thecertificateRefprotected XmlCertificateRefDiagnosticDataBuilder.getXmlCertificateRef(CertificateRef ref, CertificateRefOrigin origin) Builds aXmlCertificateReffromCertificateRefprotected voidDiagnosticDataBuilder.populateXmlRelatedCertificatesList(List<XmlRelatedCertificate> relatesCertificates, TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef) Builds anXmlRelatedCertificateand populates therelatesCertificateslistprotected voidDiagnosticDataBuilder.verifyAgainstCertificateToken(XmlCertificateRef xmlCertificateRef, CertificateRef ref, CertificateToken signingCertificate) Verifies the reference against a certificate token -
Uses of CertificateRef in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return CertificateRefModifier and TypeMethodDescriptionstatic CertificateRefXAdESCertificateRefExtractionUtils.createCertificateRefFromV1(Element certRefElement, XAdESPath xadesPaths) Extracts aCertificateReffrom a V1certRefElementstatic CertificateRefXAdESCertificateRefExtractionUtils.createCertificateRefFromV2(Element certRefElement, XAdESPath xadesPaths) Extracts aCertificateReffrom a V2certRefElement -
Uses of CertificateRef in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type CertificateRefModifier and TypeMethodDescriptionprotected List<CertificateRef> XAdESTimestampSource.getCertificateRefs(XAdESAttribute unsignedAttribute)