Home
last modified time | relevance | path

Searched defs:wrapPrivateKey (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php203 protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
H A DPKCS1.php186 protected static function wrapPrivateKey($key, $type, $password, array $options = []) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1
H A DPuTTY.php298 … protected static function wrapPrivateKey($public, $private, $type, $password, array $options = []) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY
H A DPKCS8.php518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8