Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php22 use phpseclib3\Exception\UnsupportedFormatException; alias
344 throw new UnsupportedFormatException("$type is not a supported format");
348 throw new UnsupportedFormatException("$type does not implement $method");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DRaw.php160 throw new UnsupportedFormatException('Raw private keys do not support encryption');
H A DXML.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
149 throw new UnsupportedFormatException('XML private keys do not support encryption');
H A DMSBLOB.php24 use phpseclib3\Exception\UnsupportedFormatException; alias
207 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
501 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
H A DPrivateKey.php20 use phpseclib3\Exception\UnsupportedFormatException; alias
514 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
206 … throw new UnsupportedFormatException('Encrypted OpenSSH private keys are not supported');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
103 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
H A Dlibsodium.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
117 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DUnsupportedFormatException.php24 class UnsupportedFormatException extends \RuntimeException class
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php13 use JMS\Serializer\Exception\UnsupportedFormatException; alias
136 throw new UnsupportedFormatException(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DUnsupportedFormatException.php7 class UnsupportedFormatException extends InvalidArgumentException class