removed
test purposes only
Removed certificateValid flag and introduced signCertTrustedAndValid flag together with validation status codes.
Introduced new methods for checking validity of signatures - getValidationCodes(VerificationResult) and getValidationCode(SignatureVerification, boolean). Also, verify method(String, byte[]) method now sets signCertTrustedAndValid flag.
*** empty log message ***
verification improved
Improved verification - added checking for OCSP url inside certificate, added validation of TS server's certificate against keystore
to save time - check OCSP in certificate only if document's OCSP is not present and valid
Changes in validateTimeStampToken method.
Implemented method isValid(String[]) that checks if document is valid and if not exits with document's validation code
validation codes renumbered (error codes are > 100, warning codes are between 10 and 100)
Verification is now possible against content of pdf (file doesn't have to be on file system).
Verifier updates
SignatureVerification class now holds signing certificate and certificate path and added new validation codes for certificate status
SignatureVerification class now holds signing certificate and certificate path
Verifier updates
Verification improved
If certificate is successfully validated against CRL - don't set warning flag for OCSP