When I sign some document using C++ libraries, for example:
file:///Documents and Settings/...
I can't verify it using Java libraries. Java libraries do understand those examples:
file:///c:/Documents and Settings/...
or
file:/Documents and Settings/...
Which of those examples is right?
Thank you,
Milan
