Uses of Enum
com.pdftools.signaturevalidation.DataSource
Packages that use DataSource
-
Uses of DataSource in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceReturns the enum constant of this type with the specified name.static DataSource[]DataSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.signaturevalidation that return types with arguments of type DataSource -
Uses of DataSource in com.pdftools.signaturevalidation.profiles
Methods in com.pdftools.signaturevalidation.profiles that return types with arguments of type DataSourceModifier and TypeMethodDescriptionValidationOptions.getCertificateSources()Allowed sources to get certificates, e.g.ValidationOptions.getRevocationInformationSources()Allowed sources to get revocation information (OCSP, CRL) (Getter)TrustConstraints.getTrustSources()Allowed sources for trusted certificates (Getter)Method parameters in com.pdftools.signaturevalidation.profiles with type arguments of type DataSourceModifier and TypeMethodDescriptionvoidValidationOptions.setCertificateSources(EnumSet<DataSource> value) Allowed sources to get certificates, e.g.voidValidationOptions.setRevocationInformationSources(EnumSet<DataSource> value) Allowed sources to get revocation information (OCSP, CRL) (Setter)voidTrustConstraints.setTrustSources(EnumSet<DataSource> value) Allowed sources for trusted certificates (Setter)