Vincenzo Giuliano wrote:

Hi ALL,
I have a question for you.
Does somebody know if OpenOffice has API for digital signature management?
Can somebody give me any links?


Hi ALL,
this code lines print null. Why?

XDocumentDigitalSignatures xdds = (XDocumentDigitalSignatures)UnoRuntime.queryInterface(
        XDocumentDigitalSignatures.class,
            serviceManager.createInstanceWithContext("com.sun.star.security.Decryptor",remoteContext)
);
System.out.println(xdds);

Within API reference the service Decryptor is marked "not published".
What does it mean?
Regards, Vincenzo.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to