#include <StrongEncryptionDataSpace.hxx>
|
css::uno::Reference< css::io::XInputStream > | getStream (const css::uno::Sequence< css::beans::NamedValue > &rStreams, std::u16string_view sStreamName) |
|
◆ StrongEncryptionDataSpace()
oox::crypto::StrongEncryptionDataSpace::StrongEncryptionDataSpace |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext | ) |
|
◆ checkDataIntegrity()
sal_Bool oox::crypto::StrongEncryptionDataSpace::checkDataIntegrity |
( |
| ) |
|
|
overridevirtual |
◆ createEncryptionData()
Sequence< NamedValue > oox::crypto::StrongEncryptionDataSpace::createEncryptionData |
( |
const OUString & |
rPassword | ) |
|
|
overridevirtual |
◆ decrypt()
sal_Bool oox::crypto::StrongEncryptionDataSpace::decrypt |
( |
const css::uno::Reference< css::io::XInputStream > & |
rxInputStream, |
|
|
css::uno::Reference< css::io::XOutputStream > & |
rxOutputStream |
|
) |
| |
|
overridevirtual |
◆ encrypt()
Sequence< NamedValue > oox::crypto::StrongEncryptionDataSpace::encrypt |
( |
const css::uno::Reference< css::io::XInputStream > & |
rxInputStream | ) |
|
|
overridevirtual |
◆ generateEncryptionKey()
sal_Bool oox::crypto::StrongEncryptionDataSpace::generateEncryptionKey |
( |
const OUString & |
rPassword | ) |
|
|
overridevirtual |
◆ getImplementationName()
OUString SAL_CALL oox::crypto::StrongEncryptionDataSpace::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getStream()
Reference< XInputStream > oox::crypto::StrongEncryptionDataSpace::getStream |
( |
const css::uno::Sequence< css::beans::NamedValue > & |
rStreams, |
|
|
std::u16string_view |
sStreamName |
|
) |
| |
|
private |
◆ getSupportedServiceNames()
css::uno::Sequence< OUString > SAL_CALL oox::crypto::StrongEncryptionDataSpace::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ readEncryptionInfo()
sal_Bool oox::crypto::StrongEncryptionDataSpace::readEncryptionInfo |
( |
const css::uno::Sequence< css::beans::NamedValue > & |
aStreams | ) |
|
|
overridevirtual |
◆ setupEncryption()
sal_Bool oox::crypto::StrongEncryptionDataSpace::setupEncryption |
( |
const css::uno::Sequence< css::beans::NamedValue > & |
rMediaEncData | ) |
|
|
overridevirtual |
◆ supportsService()
sal_Bool SAL_CALL oox::crypto::StrongEncryptionDataSpace::supportsService |
( |
const OUString & |
rServiceName | ) |
|
|
overridevirtual |
◆ mCryptoEngine
std::unique_ptr<CryptoEngine> oox::crypto::StrongEncryptionDataSpace::mCryptoEngine |
|
private |
◆ mxContext
css::uno::Reference<css::uno::XComponentContext> oox::crypto::StrongEncryptionDataSpace::mxContext |
|
private |
The documentation for this class was generated from the following files: