Home
last modified time | relevance | path

Searched refs:EncoderException (Results 1 – 10 of 10) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php13 use FreeDSx\Asn1\Exception\EncoderException; alias
30 * @throws EncoderException
35 throw new EncoderException(sprintf(
46 * @throws EncoderException
51 …throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($th…
59 * @throws EncoderException
70 * @throws EncoderException
76 …throw new EncoderException('Trailing zeros must be omitted from Generalized Time types, but it is …
83 * @throws EncoderException
88 throw new EncoderException(sprintf(
[all …]
H A DBerEncoder.php286 * @throws EncoderException
472 * @throws EncoderException
502 * @throws EncoderException
546 * @throws EncoderException
581 * @throws EncoderException
601 * @throws EncoderException
645 * @throws EncoderException
662 * @throws EncoderException
701 * @throws EncoderException
711 * @throws EncoderException
[all …]
H A DDerEncoder.php13 use FreeDSx\Asn1\Exception\EncoderException; alias
69 …throw new EncoderException('DER must be encoded using the shortest possible length form, but it is…
77 * @throws EncoderException
86 * @throws EncoderException
91 … throw new EncoderException('The octet string must be primitive. It cannot be constructed.');
94 … throw new EncoderException('The bit string must be primitive. It cannot be constructed.');
97 throw new EncoderException('Character restricted string types must be primitive.');
H A DEncoderInterface.php13 use FreeDSx\Asn1\Exception\EncoderException; alias
30 * @throws EncoderException
41 * @throws EncoderException
51 * @throws EncoderException
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/
H A DEncoderException.php18 class EncoderException extends \Exception class
H A DPartialPduException.php19 class PartialPduException extends EncoderException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php13 use FreeDSx\Asn1\Exception\EncoderException; alias
121 } catch (EncoderException | ProtocolException $e) {