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

unpublished interface XDigestContextSupplier
Usage Restrictions
not published
Description
This interface allows to get an object to generate a digest of a specified format.
Since
OOo 3.4

Methods' Summary
getDigestContext returns an object that allows to generate the specified digest.  
Methods' Details
getDigestContext
XDigestContext
getDigestContext( [in] long  nDigestID,
[in] sequence< ::com::sun::star::beans::NamedValue >  aParams )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
returns an object that allows to generate the specified digest.
Parameter nDigestID
the internal ID specifying the algorithm, should take value from DigestID
Parameter aParams
optional parameters that could be used to initialize the digest, for example, it could contain a key and etc.
Throws
::com::sun::star::lang::IllegalArgumentException one of provided arguments is illegal
Top of Page