Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Field | Description |
---|---|---|
protected LtvVerification.CertificateOption |
LtvVerifier.option |
Do we need to check all certificate, or only the signing certificate?
|
Modifier and Type | Method | Description |
---|---|---|
static LtvVerification.CertificateOption |
LtvVerification.CertificateOption.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LtvVerification.CertificateOption[] |
LtvVerification.CertificateOption.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
LtvVerification.addVerification(java.lang.String signatureName,
OcspClient ocsp,
CrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude) |
Add verification for a particular signature
|
void |
LtvVerifier.setCertificateOption(LtvVerification.CertificateOption option) |
Sets the certificate option.
|
Copyright © 1998–2018. All rights reserved.