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

unpublished interface XSEInitializer
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