Searched refs:aEncryptionAlgs (Results 1 – 1 of 1) sorted by relevance
363 uno::Sequence< beans::NamedValue > aEncryptionAlgs( 3 ); in SetupStorage() local364 …aEncryptionAlgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StartKeyGenerationAlgorit… in SetupStorage()365 … aEncryptionAlgs[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "EncryptionAlgorithm" ) ); in SetupStorage()366 … aEncryptionAlgs[2].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ChecksumAlgorithm" ) ); in SetupStorage()368 aEncryptionAlgs[0].Value <<= xml::crypto::DigestID::SHA1; in SetupStorage()369 aEncryptionAlgs[1].Value <<= xml::crypto::CipherID::BLOWFISH_CFB_8; in SetupStorage()370 aEncryptionAlgs[2].Value <<= xml::crypto::DigestID::SHA1_1K; in SetupStorage()385 aEncryptionAlgs[0].Value <<= xml::crypto::DigestID::SHA256; in SetupStorage()386 aEncryptionAlgs[2].Value <<= xml::crypto::DigestID::SHA256_1K; in SetupStorage()389 aEncryptionAlgs[1].Value <<= xml::crypto::CipherID::AES_CBC_W3C_PADDING; in SetupStorage()[all …]
Completed in 24 milliseconds