Lines Matching refs:GTException
35 * @throws GTException
42 throw new GTException("Unable to encode object that is not DEREncodable");
108 * @throws GTException
115 throw new GTException("parameter bytes is required");
122 throw new GTException("Invalid DER stream, not enough bytes");
126 throw new GTException("Invalid DER stream, too many trailing bytes");
138 * @throws GTException
145 throw new GTException("parameter bytes must be an array of bytes");
149 throw new GTException("Invalid DER stream, not enough bytes to decode length");
155 throw new GTException("indefinite length encoding not allowed for DER");
163 throw new GTException("size > 4");
170 throw new GTException("Invalid DER stream, not enough bytes to decode length");
186 * @throws GTException
193 throw new GTException("parameter bytes must be an array of bytes");
197 throw new GTException("unexpected EOF");
245 throw new GTException("Multibyte tags not yet supported!");
331 throw new GTException("Unsupported ASN.1 UNIVERSAL type: {$byte}");