Class ValidationOptions
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.signaturevalidation.profiles.ValidationOptions
Signature validation options
-
Method Summary
Modifier and TypeMethodDescriptionAllowed sources to get certificates, e.g.Allowed sources to get revocation information (OCSP, CRL) (Getter)Allowed validation time sources (Getter)voidsetCertificateSources(EnumSet<DataSource> value) Allowed sources to get certificates, e.g.voidAllowed sources to get revocation information (OCSP, CRL) (Setter)voidsetTimeSource(EnumSet<TimeSource> value) Allowed validation time sources (Setter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getTimeSource
Allowed validation time sources (Getter)
-
setTimeSource
Allowed validation time sources (Setter)
- Throws:
IllegalArgumentException- ifvalueisnull
-
getCertificateSources
Allowed sources to get certificates, e.g. intermediate issuer certificates (Getter)
-
setCertificateSources
Allowed sources to get certificates, e.g. intermediate issuer certificates (Setter)
- Throws:
IllegalArgumentException- ifvalueisnull
-
getRevocationInformationSources
Allowed sources to get revocation information (OCSP, CRL) (Getter)
-
setRevocationInformationSources
Allowed sources to get revocation information (OCSP, CRL) (Setter)
- Throws:
IllegalArgumentException- ifvalueisnull
-