You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/09/26 06:43:07 UTC

[Issue 127135] New: SEInitializer crypting interfaces unusable

https://bz.apache.org/ooo/show_bug.cgi?id=127135

          Issue ID: 127135
        Issue Type: DEFECT
           Summary: SEInitializer crypting interfaces unusable
           Product: App Dev
           Version: 4.1.2
          Hardware: PC
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P5 (lowest)
         Component: api
          Assignee: issues@openoffice.apache.org
          Reporter: stefano.gibellini@comune.modena.it

Created attachment 85694
  --> https://bz.apache.org/ooo/attachment.cgi?id=85694&action=edit
Java example of SEInitializer interfaces use

I tried using the "XDigestContextSupplier" and "XCipherContextSupplier"
interfaces exposed by the service "com.sun.star.xml.crypto.SEInitializer" but
the UnoRuntime.queryInterface method always returns null (see the code snippet
attached). The interfaces are reported in the IDL definition and documentation
of the service and even if the service is unpublished I supposed they are
usable.

I also tried using the service in a Basic macro: the service is correctly
created using the "createUnoService" function but when I call one the
interfaces method I get an error.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127135] SEInitializer crypting interfaces unusable

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127135

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |hanya.runo@gmail.com

--- Comment #1 from hanya <ha...@gmail.com> ---
XDigestContextSupplier and XCipherContextSupplier interfaces are implemented
for 
NSS environment but not implemented for Windows environment on SEInitializer
component.

-- 
You are receiving this mail because:
You are the assignee for the issue.