Home
last modified time | relevance | path

Searched refs:StandardEncryptionInfo (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/core/
H A Dencryption.cxx72 class StandardEncryptionInfo : public EncryptionInfo class
75 StandardEncryptionInfo( BinaryInputStream& rStrm ) throw ( Exception );
76 ~StandardEncryptionInfo() {} in ~StandardEncryptionInfo()
96 StandardEncryptionInfo::StandardEncryptionInfo( BinaryInputStream& rStrm ) throw ( Exception ) in StandardEncryptionInfo() function in oox::core::StandardEncryptionInfo
131 bool StandardEncryptionInfo::isImplemented() in isImplemented()
173 Sequence< NamedValue > StandardEncryptionInfo::verifyPassword( const OUString& rPassword ) throw ( … in verifyPassword()
228 bool StandardEncryptionInfo::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) … in verifyEncryptionData()
249 bool StandardEncryptionInfo::checkEncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, cons… in checkEncryptionData()
293 void StandardEncryptionInfo::decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStr… in decryptStream()
966 return new StandardEncryptionInfo( aInfoStrm ); in readEncryptionInfo()

Completed in 17 milliseconds