Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
DUnsupportedFormatException.php21 class UnsupportedFormatException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DMontgomeryPrivate.php26 use phpseclib3\Exception\UnsupportedFormatException; alias
96 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
Dlibsodium.php21 use phpseclib3\Exception\UnsupportedFormatException; alias
112 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DXML.php25 use phpseclib3\Exception\UnsupportedFormatException; alias
142 throw new UnsupportedFormatException('XML private keys do not support encryption');
DMSBLOB.php21 use phpseclib3\Exception\UnsupportedFormatException; alias
193 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
DRaw.php154 throw new UnsupportedFormatException('Raw private keys do not support encryption');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DAsymmetricKey.php20 use phpseclib3\Exception\UnsupportedFormatException; alias
314 throw new UnsupportedFormatException("$type is not a supported format");
318 throw new UnsupportedFormatException("$type does not implement $method");
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
DPublicKey.php21 use phpseclib3\Exception\UnsupportedFormatException; alias
487 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
DPrivateKey.php18 use phpseclib3\Exception\UnsupportedFormatException; alias
492 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…