Lines Matching refs:Exception

75     StandardEncryptionInfo( BinaryInputStream& rStrm ) throw ( Exception );
78 Sequence< NamedValue > verifyPassword( const OUString& rPassword ) throw ( Exception );
79 bool verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) throw ( Exception );
80 …nVerifierSize, const sal_uInt8* pnVerifierHash, sal_uInt32 nVerifierHashSize ) throw ( Exception );
81 …inaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecryptedPackage ) throw ( Exception );
96 StandardEncryptionInfo::StandardEncryptionInfo( BinaryInputStream& rStrm ) throw ( Exception ) in StandardEncryptionInfo()
101 …throw Exception( OUString::createFromAscii( "EncryptionInfo::readEncryptionInfo() error: \"Extensi… in StandardEncryptionInfo()
108 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in StandardEncryptionInfo()
111 …throw Exception( OUString::createFromAscii( "EncryptionInfo::readEncryptionInfo() error: flags don… in StandardEncryptionInfo()
120 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in StandardEncryptionInfo()
128 …throw Exception( OUString::createFromAscii( "EncryptionInfo::readEncryptionInfo() error: standard … in StandardEncryptionInfo()
173 …amedValue > StandardEncryptionInfo::verifyPassword( const OUString& rPassword ) throw ( Exception ) in verifyPassword()
228 …tionInfo::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) throw ( Exception ) in verifyEncryptionData()
249 … nVerifierSize, const sal_uInt8* pnVerifierHash, sal_uInt32 nVerifierHashSize ) throw ( Exception ) in checkEncryptionData()
293 …BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecryptedPackage ) throw ( Exception ) in decryptStream()
298 throw Exception(); in decryptStream()
376 …erence< XComponentContext >& context, Reference< XInputStream >& inputStream ) throw ( Exception );
379 Sequence< NamedValue > verifyPassword( const OUString& rPassword ) throw ( Exception );
380 bool verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) throw ( Exception );
381 …inaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecryptedPackage ) throw ( Exception );
580 static sal_uInt16 readUInt16LE( Reference< XInputStream >& inputStream ) throw ( Exception ) in readUInt16LE()
585 …throw new Exception( OUString::createFromAscii( "EncryptionInfo::readEncryptionInfo() failed, earl… in readUInt16LE()
589 static sal_uInt32 readUInt32LE( Reference< XInputStream >& inputStream ) throw ( Exception ) in readUInt32LE()
594 …throw new Exception( OUString::createFromAscii( "EncryptionInfo::readEncryptionInfo() failed, earl… in readUInt32LE()
598 …ference< XComponentContext >& context, Reference< XInputStream >& inputStream ) throw ( Exception ) in AgileEncryptionInfo()
602 …throw new Exception( OUString::createFromAscii( "reserved field isn't 0x40" ), Reference< XInterfa… in AgileEncryptionInfo()
611 throw new Exception( agileEncryptionHandler->getLastError(), Reference< XInterface >() ); in AgileEncryptionInfo()
614 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) throw ( Exception ) in toOpenSSLDigestAlgorithm()
641 throw Exception( OUString::createFromAscii( buffer ), Reference< XInterface >() ); in toOpenSSLDigestAlgorithm()
644 … const OUString& cipherName, sal_uInt32 keyBits, const OUString &chainingMode ) throw ( Exception ) in toOpenSSLCipherAlgorithm()
684 throw Exception( OUString::createFromAscii( buffer ), Reference< XInterface >() ); in toOpenSSLCipherAlgorithm()
688 …onst EVP_MD *digestAlgorithm, vector< sal_uInt8 >& salt, sal_uInt32 spinCount ) throw ( Exception ) in hashPassword()
749 throw ( Exception ) in generateKey()
764 throw ( Exception ) in generateIv()
776 throw ( Exception ) in generateIv()
800 throw ( Exception ) in decryptAll()
826 throw ( Exception ) in hashInput()
838 throw ( Exception ) in verifyPassword()
899 throw ( Exception ) in verifyEncryptionData()
909 throw ( Exception ) in decryptStream()
912 …throw Exception( OUString::createFromAscii( "Encryption key not set, was the password wrong?" ), R… in decryptStream()
956 throw ( Exception ) in readEncryptionInfo()
978 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in readEncryptionInfo()