|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.LtvVerification
public class LtvVerification
Add verification according to PAdES-LTV (part 4)
| Nested Class Summary | |
|---|---|
static class |
LtvVerification.CertificateInclusion
Certificate inclusion in the DSS and VRI dictionaries in the CERT and CERTS keys |
static class |
LtvVerification.CertificateOption
Options for how many certificates to include |
static class |
LtvVerification.Level
What type of verification to include |
| Method Summary | |
|---|---|
boolean |
addVerification(java.lang.String signatureName,
OcspClient ocsp,
CrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude)
Add verification for a particular signature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean addVerification(java.lang.String signatureName,
OcspClient ocsp,
CrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude)
throws java.lang.Exception
signatureName - the signature to validate (it may be a timestamp)ocsp - the interface to get the OCSPcrl - the interface to get the CRLcertOption - level - the validation options to includecertInclude -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||