Uses of Class
eu.europa.esig.dss.spi.x509.CertificateRef
Package
Description
-
Uses of CertificateRef in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<CertificateRef>
CAdESTimestampSource.getCertificateRefs
(CAdESAttribute unsignedAttribute) -
Uses of CertificateRef in eu.europa.esig.dss.jades.validation
Modifier and TypeMethodDescriptionstatic CertificateRef
JAdESCertificateRefExtractionUtils.createCertificateRef
(Map<?, ?> certificateRefMap) Parses the xRefs component value and returnsCertificateRef
Modifier and TypeMethodDescriptionJAdESCertificateSource.getKeyIdentifierCertificateRefs()
Retrieves the list ofCertificateRef
s referenced within a 'kid' (key identifier) header -
Uses of CertificateRef in eu.europa.esig.dss.jades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<CertificateRef>
JAdESTimestampSource.getCertificateRefs
(JAdESAttribute unsignedAttribute) -
Uses of CertificateRef in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionPAdESCertificateSource.getAttributeCertificateRefs()
PAdESCertificateSource.getCompleteCertificateRefs()
-
Uses of CertificateRef in eu.europa.esig.dss.spi
Modifier and TypeMethodDescriptionstatic CertificateRef
DSSASN1Utils.getCertificateRef
(org.bouncycastle.asn1.ess.OtherCertID otherCertId) Converts theOtherCertID
toCertificateRef
-
Uses of CertificateRef in eu.europa.esig.dss.spi.x509
Modifier and TypeMethodDescriptionTokenCertificateSource.getAllCertificateRefs()
Returns a Set of all certificate referencesprotected List<CertificateRef>
TokenCertificateSource.getCertificateRefsByOrigin
(CertificateRefOrigin origin) Gets a list ofCertificateRef
s by the givenCertificateRefOrigin
TokenCertificateSource.getOrphanCertificateRefs()
Returns a list of orphan certificate refsTokenCertificateSource.getReferencesForCertificateToken
(CertificateToken certificateToken) Returns list ofCertificateRef
s found for the givencertificateToken
Modifier and TypeMethodDescriptionprotected void
TokenCertificateSource.addCertificateRef
(CertificateRef certificateRef, CertificateRefOrigin origin) Adds aCertificateRef
with itsCertificateRefOrigin
CertificateSource.findTokensFromCertRef
(CertificateRef certificateRef) Returns Set ofCertificateToken
s for the providedCertificateRef
CommonCertificateSource.findTokensFromCertRef
(CertificateRef certificateRef) ListCertificateSource.findTokensFromRefs
(CertificateRef certificateRef) This method returns the foundCertificateToken
from allCertificateSource
for the givencertificateRef
.TokenCertificateSource.getCertificateRefOrigins
(CertificateRef certificateRef) Extracts origins for a given certificateRefboolean
CertificateTokenRefMatcher.match
(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if the givenCertificateToken
matches theCertificateRef
boolean
CertificateTokenRefMatcher.matchByDigest
(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only digest within thecertificateRef
corresponds tocertificateToken
boolean
CertificateTokenRefMatcher.matchByIssuerName
(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the issuer name within thecertificateRef
corresponds tocertificateToken
boolean
CertificateTokenRefMatcher.matchByResponderId
(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the responder Id within thecertificateRef
corresponds tocertificateToken
boolean
CertificateTokenRefMatcher.matchBySerialNumber
(CertificateToken certificateToken, CertificateRef certificateRef) This method verifies if only the serial number within thecertificateRef
corresponds tocertificateToken
Modifier and TypeMethodDescriptionTokenCertificateSource.findTokensFromRefs
(List<CertificateRef> certificateRefs) Returns Set ofCertificateToken
s for the providedCertificateRef
sModifierConstructorDescriptionprotected
CertificateRefIdentifier
(CertificateRef certificateRef) Default constructor -
Uses of CertificateRef in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionSignatureCertificateSource.getAttributeCertificateRefs()
Retrieves the list ofCertificateRef
s included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)SignatureCertificateSource.getCompleteCertificateRefs()
Retrieves the list ofCertificateRef
s included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)SignatureCertificateSource.getSigningCertificateRefs()
Retrieves the list ofCertificateRef
s for the signing certificate (V1/V2)Modifier and TypeMethodDescriptionprotected String
UserFriendlyIdentifierProvider.getIdAsStringForCertRef
(CertificateRef certificateRef) Gets aString
identifier for a givenCertificateRef
protected CertificateToken
DiagnosticDataBuilder.getUsedCertificateByCertificateRef
(CertificateRef certificateRef) Returns used certificate by thecertificateRef
protected XmlCertificateRef
DiagnosticDataBuilder.getXmlCertificateRef
(CertificateRef ref, CertificateRefOrigin origin) Builds aXmlCertificateRef
fromCertificateRef
protected void
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(List<XmlRelatedCertificate> relatesCertificates, TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef) Builds anXmlRelatedCertificate
and populates therelatesCertificates
listprotected void
DiagnosticDataBuilder.verifyAgainstCertificateToken
(XmlCertificateRef xmlCertificateRef, CertificateRef ref, CertificateToken signingCertificate) Verifies the reference against a certificate token -
Uses of CertificateRef in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionprotected abstract List<CertificateRef>
SignatureTimestampSource.getCertificateRefs
(SA unsignedAttribute) Returns a list ofCertificateRef
s from the givenunsignedAttribute
TimestampToken.getCertificateRefs()
Returns the Set of contained certificate references.Modifier 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.xades.validation
Modifier and TypeMethodDescriptionstatic CertificateRef
XAdESCertificateRefExtractionUtils.createCertificateRefFromV1
(Element certRefElement, XAdESPaths xadesPaths) Extracts aCertificateRef
from a V1certRefElement
static CertificateRef
XAdESCertificateRefExtractionUtils.createCertificateRefFromV2
(Element certRefElement, XAdESPaths xadesPaths) Extracts aCertificateRef
from a V2certRefElement
-
Uses of CertificateRef in eu.europa.esig.dss.xades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<CertificateRef>
XAdESTimestampSource.getCertificateRefs
(XAdESAttribute unsignedAttribute)