Uses of Class
eu.europa.esig.dss.validation.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 List<CertificateRef>CAdESSignature. getCertificateRefs() -
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>PAdESSignature. getCertificateRefs()List<CertificateRef>PAdESCertificateSource. getCompleteCertificateRefs() -
Uses of CertificateRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CertificateRef Modifier and Type Method Description CertificateRefSignatureCertificateSource. getCertificateRefByDigest(Digest digest)Returns a containedCertificateRefwith the givendigestMethods in eu.europa.esig.dss.validation that return types with arguments of type CertificateRef Modifier and Type Method Description List<CertificateRef>SignatureCertificateSource. getAllCertificateRefs()List<CertificateRef>CMSCertificateSource. getAttributeCertificateRefs()abstract List<CertificateRef>SignatureCertificateSource. getAttributeCertificateRefs()Retrieves the list ofCertificateRefs included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)List<CertificateRef>AdvancedSignature. getCertificateRefs()Retrieve list of certificate refList<CertificateRef>CMSCertificateSource. getCompleteCertificateRefs()abstract List<CertificateRef>SignatureCertificateSource. getCompleteCertificateRefs()Retrieves the list ofCertificateRefs included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)List<CertificateRef>AdvancedSignature. getOrphanCertificateRefs()Returns a list of orphan certificate refs, that are not associated to anyCertificateTokenList<CertificateRef>DefaultAdvancedSignature. getOrphanCertificateRefs()List<CertificateRef>SignatureCertificateSource. getOrphanCertificateRefs()Returns a list of orphan certificate refsList<CertificateRef>SignatureCertificateSource. getReferencesForCertificateToken(CertificateToken certificateToken)Returns list ofCertificateRefs found for the givencertificateTokenList<CertificateRef>CAdESCertificateSource. getSigningCertificateValues()abstract List<CertificateRef>SignatureCertificateSource. getSigningCertificateValues()Retrieves the list ofCertificateRefs for the signing certificate (V1/V2)Method parameters in eu.europa.esig.dss.validation with type arguments of type CertificateRef Modifier and Type Method Description List<CertificateToken>SignatureCertificateSource. findTokensFromRefs(List<CertificateRef> certificateRefs)Returns list ofCertificateTokens for the providedCertificateRefs -
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 List<CertificateRef>TimestampToken. getCertificateRefs()Returns the list of contained certificate references. -
Uses of CertificateRef in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type CertificateRef Modifier and Type Method Description List<CertificateRef>XAdESCertificateSource. getAttributeCertificateRefs()List<CertificateRef>XAdESSignature. getCertificateRefs()List<CertificateRef>XAdESCertificateSource. getCompleteCertificateRefs()List<CertificateRef>XAdESCertificateSource. getSigningCertificateValues()
-