Searched refs:UnsupportedFormatException (Results 1 – 9 of 9) sorted by relevance
21 class UnsupportedFormatException extends \RuntimeException class
26 use phpseclib3\Exception\UnsupportedFormatException; alias96 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
21 use phpseclib3\Exception\UnsupportedFormatException; alias112 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
25 use phpseclib3\Exception\UnsupportedFormatException; alias142 throw new UnsupportedFormatException('XML private keys do not support encryption');
21 use phpseclib3\Exception\UnsupportedFormatException; alias189 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
154 throw new UnsupportedFormatException('Raw private keys do not support encryption');
20 use phpseclib3\Exception\UnsupportedFormatException; alias319 throw new UnsupportedFormatException("$type is not a supported format");323 throw new UnsupportedFormatException("$type does not implement $method");
22 use phpseclib3\Exception\UnsupportedFormatException; alias536 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
18 use phpseclib3\Exception\UnsupportedFormatException; alias502 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…