Home
last modified time | relevance | path

Searched refs:getEncryptionMode (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php64 private static function getEncryptionMode($mode) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1
90 $cipher = new AES(self::getEncryptionMode($matches[2]));
94 return new TripleDES(self::getEncryptionMode($matches[1]));
96 return new DES(self::getEncryptionMode($matches[1]));