------------------------------

For more information about e-dec please visit the swiss
customs homepage. (http://www.ezv.admin.ch/)

-file   the eVV file which should be validated and the
        the result is displayed on the console.

-dir    all eVV files (*.xml) in this directory are validated and
        the result is displayed on the console.

-date   the date which should be used to check if the certificate 
        is valid. The format of the date is YYYY.MM.DD-HH:MM:SS 
        or YYYY.MM.DD. If no date was specifiedt the timestamp 
        from the eVV is used.

-ca     the CA certificate which should be used to verfiy the signature.

-crl    the CRL file which should be used to check if the ca certifcate
        is in the certificate revocation list (crl).

-out	if this parameter was set, then the validation logs are stored 
        in this directory. If the ouput directory was not specfied 
        all logs are only printed to console.

-move   moves the valid eVV files to the sub directory "ok" and the invalid 
        evv files to the sub directory "error". This parameter has only 
        affect when it is used with the -dir parameter.  

-help	display this help text

        evv-validator [-file | -dir] [-ca] [-date] [-crl] [-out] [-move] [-help | -h]

		
Examples:
---------

validate a eVV file:

    evv-validator -file foo_evv.xml -ca ca_certificate.crt
		

		
validate all eVV files in a directory:

    evv-validator -dir evv_directory -ca ca_certificate.crt	
		
		
		
validate all eVV files in a directory an move the valid in the 
sub directory "ok" and the invalid eVV's in the subdirectory "error":

    evv-validator -dir evv_directory -ca ca_certificate.crt -move 
		