Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php43 private static $defaultEncryptionAlgorithm = 'AES-128-CBC'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1
53 self::$defaultEncryptionAlgorithm = $algo;
194 …ions['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : self::$defaultEncryptionAlgorithm;
H A DPKCS8.php58 private static $defaultEncryptionAlgorithm = 'id-PBES2'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8
104 self::$defaultEncryptionAlgorithm = $algo;
544 …ions['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : self::$defaultEncryptionAlgorithm;