Uses of Class
eu.europa.esig.dss.spi.x509.CertificateRef
-
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 CertificateRef Modifier and Type Method Description protected 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 CertificateRef Modifier and Type Method Description static CertificateRef
JAdESCertificateRefExtractionUtils. createCertificateRef(Map<?,?> certificateRefMap)
Parses the xRefs component value and returnsCertificateRef
-
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 CertificateRef Modifier and Type Method Description protected 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 CertificateRef Modifier and Type Method Description List<CertificateRef>
PAdESCertificateSource. getAttributeCertificateRefs()
List<CertificateRef>
PAdESCertificateSource. getCompleteCertificateRefs()
-
Uses of CertificateRef in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return CertificateRef Modifier and Type Method Description static CertificateRef
DSSASN1Utils. getCertificateRef(org.bouncycastle.asn1.ess.OtherCertID otherCertId)
Converts theOtherCertID
toCertificateRef
-
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 CertificateRef Modifier and Type Method Description Set<CertificateRef>
TokenCertificateSource. getAllCertificateRefs()
Returns a Set of all certificate referencesprotected List<CertificateRef>
TokenCertificateSource. getCertificateRefsByOrigin(CertificateRefOrigin origin)
List<CertificateRef>
TokenCertificateSource. getOrphanCertificateRefs()
Returns a list of orphan certificate refsList<CertificateRef>
TokenCertificateSource. getReferencesForCertificateToken(CertificateToken certificateToken)
Returns list ofCertificateRef
s found for the givencertificateToken
Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateRef Modifier and Type Method Description protected void
TokenCertificateSource. addCertificateRef(CertificateRef certificateRef, CertificateRefOrigin origin)
Adds aCertificateRef
with itsCertificateRefOrigin
Set<CertificateToken>
CertificateSource. findTokensFromCertRef(CertificateRef certificateRef)
Returns Set ofCertificateToken
s for the providedCertificateRef
Set<CertificateToken>
CommonCertificateSource. findTokensFromCertRef(CertificateRef certificateRef)
Set<CertificateToken>
ListCertificateSource. findTokensFromRefs(CertificateRef certificateRef)
This method returns the foundCertificateToken
from allCertificateSource
for the givencertificateRef
.List<CertificateRefOrigin>
TokenCertificateSource. getCertificateRefOrigins(CertificateRef certificateRef)
Extracts origins for a given certificateRefboolean
CertificateTokenRefMatcher. match(CertificateToken certificateToken, CertificateRef certificateRef)
boolean
CertificateTokenRefMatcher. matchByDigest(CertificateToken certificateToken, CertificateRef certificateRef)
boolean
CertificateTokenRefMatcher. matchByIssuerName(CertificateToken certificateToken, CertificateRef certificateRef)
boolean
CertificateTokenRefMatcher. matchByResponderId(CertificateToken certificateToken, CertificateRef certificateRef)
boolean
CertificateTokenRefMatcher. matchBySerialNumber(CertificateToken certificateToken, CertificateRef certificateRef)
Method parameters in eu.europa.esig.dss.spi.x509 with type arguments of type CertificateRef Modifier and Type Method Description Set<CertificateToken>
TokenCertificateSource. findTokensFromRefs(List<CertificateRef> certificateRefs)
Returns Set ofCertificateToken
s for the providedCertificateRef
sConstructors in eu.europa.esig.dss.spi.x509 with parameters of type CertificateRef Constructor Description CertificateRefIdentifier(CertificateRef certificateRef)
-
Uses of CertificateRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type CertificateRef Modifier and Type Method Description List<CertificateRef>
SignatureCertificateSource. getAttributeCertificateRefs()
Retrieves the list ofCertificateRef
s included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)List<CertificateRef>
SignatureCertificateSource. getCompleteCertificateRefs()
Retrieves the list ofCertificateRef
s included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)List<CertificateRef>
SignatureCertificateSource. getSigningCertificateRefs()
Retrieves the list ofCertificateRef
s for the signing certificate (V1/V2)Methods in eu.europa.esig.dss.validation with parameters of type CertificateRef Modifier and Type Method Description protected CertificateToken
DiagnosticDataBuilder. getUsedCertificateByCertificateRef(CertificateRef certificateRef)
protected XmlCertificateRef
DiagnosticDataBuilder. getXmlCertificateRef(CertificateRef ref, CertificateRefOrigin origin)
protected XmlRelatedCertificate
DiagnosticDataBuilder. getXmlRelatedCertificate(TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef)
protected void
DiagnosticDataBuilder. verifyAgainstCertificateToken(XmlCertificateRef xmlCertificateRef, CertificateRef ref, CertificateToken signingCertificate)
-
Uses of CertificateRef in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CertificateRef Modifier and Type Method Description protected abstract List<CertificateRef>
SignatureTimestampSource. getCertificateRefs(SA unsignedAttribute)
Returns a list ofCertificateRef
s from the givenunsignedAttribute
Set<CertificateRef>
TimestampToken. getCertificateRefs()
Returns the Set of contained certificate references.Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type CertificateRef Modifier and Type Method Description protected List<TimestampedReference>
SignatureTimestampSource. getTimestampedCertificateRefs(Collection<CertificateRef> certificateRefs, ListCertificateSource listCertificateSource)
Returns a list of timestamped references from the given collection ofcertificateRefs
-
Uses of CertificateRef in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return CertificateRef Modifier and Type Method Description static 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
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type CertificateRef Modifier and Type Method Description protected List<CertificateRef>
XAdESTimestampSource. getCertificateRefs(XAdESAttribute unsignedAttribute)