Searched defs:wrapPrivateKey (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ | ||
H A D | OpenSSH.php | 203 protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH |
H A D | PKCS1.php | 186 protected static function wrapPrivateKey($key, $type, $password, array $options = []) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1 |
H A D | PuTTY.php | 298 … protected static function wrapPrivateKey($public, $private, $type, $password, array $options = []) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY |
H A D | PKCS8.php | 518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8 |