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; alias193 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; alias314 throw new UnsupportedFormatException("$type is not a supported format");318 throw new UnsupportedFormatException("$type does not implement $method");
21 use phpseclib3\Exception\UnsupportedFormatException; alias487 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
18 use phpseclib3\Exception\UnsupportedFormatException; alias492 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…