LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "XNSSInitializer.idl";
Exported Interfaces | |
interface | ::com::sun::star::xml::crypto::XDigestContextSupplier |
interface | ::com::sun::star::xml::crypto::XCipherContextSupplier |
Additional Inherited Members | |
![]() | |
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. More... | |
![]() | |
XCipherContext | getCipherContext ([in] long nCipherID,[in] sequence< byte > aKey,[in] sequence< byte > aInitializationVector,[in] boolean bEncryption,[in] sequence< ::com::sun::star::beans::NamedValue > aParams) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
returns an object that allows to encrypt/decrypt data. More... | |