Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php340 protected static function validatePlugin($format, $type, $method = null) function in phpseclib3\\Crypt\\Common\\AsymmetricKey
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php223 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
242 $type = self::validatePlugin('Keys', $format, 'savePublicKey');
H A DParameters.php36 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
H A DPublicKey.php173 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php249 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');
366 $type = self::validatePlugin('Keys', $type, 'saveParameters');
391 $new->sigFormat = self::validatePlugin('Signature', $format);
H A DDH.php398 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
H A DDSA.php266 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');
314 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
334 $new->sigFormat = self::validatePlugin('Signature', $format);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php491 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
H A DPrivateKey.php477 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
500 $type = self::validatePlugin(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php43 $type = self::validatePlugin('Keys', 'OpenSSH', 'savePublicKey');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php54 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
74 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
H A DPublicKey.php39 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
H A DParameters.php36 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php87 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
H A DParameters.php36 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
H A DPrivateKey.php64 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
151 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');