Home
last modified time | relevance | path

Searched refs:UnsupportedFormatException (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DMontgomeryPrivate.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
103 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
Dlibsodium.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
117 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DXML.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
149 throw new UnsupportedFormatException('XML private keys do not support encryption');
DMSBLOB.php24 use phpseclib3\Exception\UnsupportedFormatException; alias
207 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
DRaw.php160 throw new UnsupportedFormatException('Raw private keys do not support encryption');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
DUnsupportedFormatException.php24 class UnsupportedFormatException extends \RuntimeException class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
DUnsupportedFormatException.php7 class UnsupportedFormatException extends InvalidArgumentException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
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/Common/
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/findologicxmlexport/vendor/jms/serializer/src/
DSerializer.php13 use JMS\Serializer\Exception\UnsupportedFormatException; alias
136 throw new UnsupportedFormatException(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
DPublicKey.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
501 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
DPrivateKey.php20 use phpseclib3\Exception\UnsupportedFormatException; alias
514 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…