OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlertException
(Results
1 - 12
of
12
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
AlertException.java
26
public class
AlertException
extends RuntimeException {
42
protected
AlertException
(byte description, SSLException reason) {
Message.java
58
throw new
AlertException
(description, new SSLHandshakeException(reason));
68
throw new
AlertException
(description, new SSLException(reason, cause));
SSLEngineAppData.java
45
throw new
AlertException
(
83
throw new
AlertException
(
DigitalSignature.java
110
throw new
AlertException
(AlertProtocol.BAD_CERTIFICATE,
127
throw new
AlertException
(AlertProtocol.BAD_CERTIFICATE,
SSLSocketInputStream.java
151
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
PRF.java
48
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
59
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
ConnectionStateSSLv3.java
217
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
226
* @throws
AlertException
if alert was occurred.
278
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
286
* @throws
AlertException
if alert was occured.
300
throw new
AlertException
(
341
throw new
AlertException
(AlertProtocol.BAD_RECORD_MAC,
ConnectionStateTLS.java
225
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
234
* @throws
AlertException
if alert was occurred.
287
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
296
* @throws
AlertException
if alert was occurred.
310
throw new
AlertException
(
342
throw new
AlertException
(AlertProtocol.BAD_RECORD_MAC,
HandshakeIODataStream.java
198
throw new
AlertException
(
251
throw new
AlertException
(
SSLRecordProtocol.java
203
throw new
AlertException
(
214
throw new
AlertException
(
350
throw new
AlertException
(AlertProtocol.UNEXPECTED_MESSAGE,
360
throw new
AlertException
(AlertProtocol.UNEXPECTED_MESSAGE,
373
throw new
AlertException
(AlertProtocol.RECORD_OVERFLOW,
389
throw new
AlertException
(AlertProtocol.DECOMPRESSION_FAILURE,
419
throw new
AlertException
(AlertProtocol.UNEXPECTED_MESSAGE,
SSLEngineImpl.java
507
throw new
AlertException
(
533
} catch (
AlertException
e) {
718
} catch (
AlertException
e) {
HandshakeProtocol.java
305
throw new
AlertException
(description, new SSLHandshakeException(reason));
316
throw new
AlertException
(description, new SSLException(reason, cause));
326
throw new
AlertException
(description, cause);
Completed in 53 milliseconds