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

interface XXMLEncryption

Methods' Summary
encrypt * Perform encryption in the environment of encryption template and context.  
decrypt * Perform decryption in the environment of encryption template and context.  
Methods' Details
encrypt
XXMLEncryptionTemplate
encrypt( [in] XXMLEncryptionTemplate  aTemplate,
[in] XSecurityEnvironment  aEnvironment )
raises( XMLEncryptionException,
::com::sun::star::uno::SecurityException );

Description
* Perform encryption in the environment of encryption template and context.
decrypt
XXMLEncryptionTemplate
decrypt( [in] XXMLEncryptionTemplate  aTemplate,
[in] XXMLSecurityContext  aContext )
raises( XMLEncryptionException,
::com::sun::star::uno::SecurityException );

Description
* Perform decryption in the environment of encryption template and context.
Top of Page