Searched refs:validatePlugin (Results 1 – 16 of 16) sorted by relevance
54 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');74 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
36 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
39 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
266 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');314 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');334 $new->sigFormat = self::validatePlugin('Signature', $format);
249 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');366 $type = self::validatePlugin('Keys', $type, 'saveParameters');391 $new->sigFormat = self::validatePlugin('Signature', $format);
398 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
64 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');151 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
87 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
223 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');242 $type = self::validatePlugin('Keys', $format, 'savePublicKey');
173 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
43 $type = self::validatePlugin('Keys', 'OpenSSH', 'savePublicKey');
477 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');500 $type = self::validatePlugin(
491 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
340 protected static function validatePlugin($format, $type, $method = null) function in phpseclib3\\Crypt\\Common\\AsymmetricKey