There is an unpublished service com.sun.star.security.DocumentDigitalSignatures which implements com.sun.star.security.XDocumentDigitalSignatures.

If the IDL is not marked explicitely with "published" then it means that the respective element is NOT part of the official API and may change without notice.

Joachim

Vincenzo Giuliano wrote:

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]

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

Reply via email to