Uses of Enum
com.itextpdf.signatures.validation.dataorigin.CertificateOrigin
Packages that use CertificateOrigin
-
Uses of CertificateOrigin in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return CertificateOriginModifier and TypeMethodDescriptionIssuingCertificateRetriever.getCertificateOrigin(Certificate certificate) Gets certificate origin for providedCertificate.Methods in com.itextpdf.signatures with parameters of type CertificateOriginModifier and TypeMethodDescriptionvoidIssuingCertificateRetriever.addKnownCertificates(Collection<Certificate> certificates, CertificateOrigin dataOrigin) Adds certificates collection to known certificates storage, which is used for issuer certificates retrieval. -
Uses of CertificateOrigin in com.itextpdf.signatures.validation.dataorigin
Methods in com.itextpdf.signatures.validation.dataorigin that return CertificateOriginModifier and TypeMethodDescriptionstatic CertificateOriginReturns the enum constant of this type with the specified name.static CertificateOrigin[]CertificateOrigin.values()Returns an array containing the constants of this enum type, in the order they are declared.