Uses of Class
eu.europa.esig.dss.spi.x509.CertificateRef
Packages that use CertificateRef
Package
Description
-
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.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(eu.europa.esig.dss.enumerations.CertificateRefOrigin origin) Gets a list ofCertificateRefs by the givenCertificateRefOriginTokenCertificateSource.getOrphanCertificateRefs()Returns a list of orphan certificate refsTokenCertificateSource.getReferencesForCertificateToken(eu.europa.esig.dss.model.x509.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, eu.europa.esig.dss.enumerations.CertificateRefOrigin origin) Adds aCertificateRefwith itsCertificateRefOriginprotected booleanCommonCertificateSource.doesCertificateReferenceMatch(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, CertificateRef certificateRef) This method verifies whether theCertificateRefdoes match to theCertificateTokenSet<eu.europa.esig.dss.model.x509.CertificateToken> CertificateSource.findTokensFromCertRef(CertificateRef certificateRef) Returns Set ofCertificateTokens for the providedCertificateRefSet<eu.europa.esig.dss.model.x509.CertificateToken> CommonCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) Set<eu.europa.esig.dss.model.x509.CertificateToken> ListCertificateSource.findTokensFromCertRef(CertificateRef certificateRef) Set<eu.europa.esig.dss.model.x509.CertificateToken> ListCertificateSource.findTokensFromRefs(CertificateRef certificateRef) Deprecated.since DSS 5.13.List<eu.europa.esig.dss.enumerations.CertificateRefOrigin> 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(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if the givenCertificateTokenmatches theCertificateRefbooleanCertificateTokenRefMatcher.matchByDigest(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only digest within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchByIssuerName(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the issuer name within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchByResponderId(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the responder Id within thecertificateRefcorresponds tocertificateTokenbooleanCertificateTokenRefMatcher.matchBySerialNumber(eu.europa.esig.dss.model.x509.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 TypeMethodDescriptionSet<eu.europa.esig.dss.model.x509.CertificateToken> TokenCertificateSource.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.