This interface allows to get an object that allows to encrypt/decrypt data using the specified algori...
Definition XCipherContextSupplier.idl:29
XCipherContext getCipherContext([in] long nCipherID, [in] sequence< byte > aKey, [in] sequence< byte > aInitializationVector, [in] boolean bEncryption, [in] sequence< ::com::sun::star::beans::NamedValue > aParams)
returns an object that allows to encrypt/decrypt data.
This interface allows to encrypt/decrypt data using the cipher context.
Definition XCipherContext.idl:32