This interface allows to get an object to generate a digest of a specified format. More...
import "XDigestContextSupplier.idl";
 
  
| Public Member Functions | |
| XDigestContext | getDigestContext ([in] long nDigestID, [in] sequence< ::com::sun::star::beans::NamedValue > aParams) raises ( ::com::sun::star::lang::IllegalArgumentException ) | 
| returns an object that allows to generate the specified digest. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
This interface allows to get an object to generate a digest of a specified format.
| XDigestContext getDigestContext | ( | [in] long | nDigestID, | |||
| [in] sequence< ::com::sun::star::beans::NamedValue > | aParams ) | |||||
| raises | ( | ::com::sun::star::lang::IllegalArgumentException ) | ||||
returns an object that allows to generate the specified digest.
| nDigestID | the internal ID specifying the algorithm, should take value from DigestID | 
| aParams | optional parameters that could be used to initialize the digest, for example, it could contain a key and etc. | 
| com::sun::star::lang::IllegalArgumentException | one of provided arguments is illegal |