You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Milan Tomic <mi...@setcce.org> on 2004/09/24 14:00:39 UTC

Detached signature in separate file

	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