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

interface XXMLSignature

Methods' Summary
generate * Perform signature in the environment of signature template and context.  
validate * Perform validation in the environment of signature template and context.  
Methods' Details
generate
XXMLSignatureTemplate
generate( [in] XXMLSignatureTemplate  aTemplate,
[in] XSecurityEnvironment  aEnvironment )
raises( XMLSignatureException,
::com::sun::star::uno::SecurityException );

Description
* Perform signature in the environment of signature template and context.
validate
XXMLSignatureTemplate
validate( [in] XXMLSignatureTemplate  aTemplate,
[in] XXMLSecurityContext  aContext )
raises( XMLSignatureException,
::com::sun::star::uno::SecurityException );

Description
* Perform validation in the environment of signature template and context.
Top of Page