Validate the passed in certificate as being of the correct type to be used
for time stamping. To be valid it must have an ExtendedKeyUsage extension
which has a key purpose identifier of id-kp-timeStamping.
Parameters: cert - the certificate of interest. throws: TSPValidationException - if the certicate fails on one of the check points.