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 CertificateRefDSSASN1Utils. 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 ofCertificateRefs found for the givencertificateTokenMethods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateRef Modifier and Type Method Description protected voidTokenCertificateSource. addCertificateRef(CertificateRef certificateRef, CertificateRefOrigin origin)Adds aCertificateRefwith itsCertificateRefOriginList<CertificateRefOrigin>TokenCertificateSource. getCertificateRefOrigins(CertificateRef certificateRef)Extracts origins for a given certificateRefbooleanCertificateTokenRefMatcher. match(CertificateToken certificateToken, CertificateRef certificateRef)booleanCertificateTokenRefMatcher. matchByDigest(CertificateToken certificateToken, CertificateRef certificateRef)booleanCertificateTokenRefMatcher. matchByIssuerName(CertificateToken certificateToken, CertificateRef certificateRef)booleanCertificateTokenRefMatcher. matchByResponderId(CertificateToken certificateToken, CertificateRef certificateRef)booleanCertificateTokenRefMatcher. 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 ofCertificateTokens for the providedCertificateRefsConstructors 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 ofCertificateRefs included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)List<CertificateRef>SignatureCertificateSource. getCompleteCertificateRefs()Retrieves the list ofCertificateRefs included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)List<CertificateRef>SignatureCertificateSource. getSigningCertificateRefs()Retrieves the list ofCertificateRefs 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 ofCertificateRefs from the givenunsignedAttributeSet<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 CertificateRefXAdESCertificateRefExtractionUtils. createCertificateRefFromV1(Element certRefElement, XAdESPaths xadesPaths)static CertificateRefXAdESCertificateRefExtractionUtils. 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)