LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface allows to generate the digest. More...
import"XDigestContext.idl";
Public Member Functions | |
void | updateDigest ([in] sequence< byte > aData) raises ( ::com::sun::star::lang::DisposedException ) |
update the digest with the given data. More... | |
sequence< byte > | finalizeDigestAndDispose () raises ( ::com::sun::star::lang::DisposedException ) |
finalizes digest and disposes context. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This interface allows to generate the digest.
The algorithm to generate the digest is specified on object creation.
sequence<byte> finalizeDigestAndDispose | ( | ) | ||
raises | ( | ::com::sun::star::lang::DisposedException | ||
) |
finalizes digest and disposes context.
void updateDigest | ( | [in] sequence< byte > | aData | ) | |
raises | ( | ::com::sun::star::lang::DisposedException | |||
) |
update the digest with the given data.
aData | data that should be used to update the digest |