Searched refs:encryptedKeyValue (Results 1 – 1 of 1) sorted by relevance
354 vector< sal_uInt8 > encryptedKeyValue; member575 OUString encryptedKeyValue = attribs.getString( XML_encryptedKeyValue, OUString() ); in parseEncryptedKey() local576 if( !decodeBase64( encryptedKeyValue, passwordKeyEncryptor.encryptedKeyValue ) ) in parseEncryptedKey()577 …Ascii( "Failed to base64 decode the passwordKeyEncryptor.encryptedKeyValue " ) + encryptedKeyValue; in parseEncryptedKey()870 … passwordKeyEncryptor.encryptedKeyValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword()