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