:: com :: sun :: star :: xml :: crypto ::

interface XSEInitializer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSEInitializer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
* Interface to manipulate Security Environment

Methods' Summary
createSecurityContext * Creates a security context. * *  
freeSecurityContext * Frees a security context. * *  
Methods' Details
createSecurityContext
XXMLSecurityContext
createSecurityContext( [in] string  certificateDatabase );

Description
* Creates a security context. * *
Parameter certificateDatabase
the file or directory of the key materials *
Returns
the security context created
freeSecurityContext
void
freeSecurityContext( [in] XXMLSecurityContext  securityContext );

Description
* Frees a security context. * *
Parameter securityContext
the security context to be freed
Top of Page