Uses of Class
eu.europa.esig.dss.spi.x509.CertificateRef
-
Uses of CertificateRef in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation 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.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)
-
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
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) -
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>
AbstractTimestampSource. getCertificateRefs(SignatureAttribute unsignedAttribute)
Returns a list ofCertificateRef
s from the givenunsignedAttribute
Set<CertificateRef>
TimestampToken. getCertificateRefs()
Returns the Set of contained certificate references. -
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)
static CertificateRef
XAdESCertificateRefExtractionUtils. createCertificateRefFromV2(Element certRefElement, XAdESPaths xadesPaths)
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type CertificateRef Modifier and Type Method Description protected List<CertificateRef>
XAdESTimestampSource. getCertificateRefs(XAdESAttribute unsignedAttribute)