OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertException
(Results
1 - 25
of
25
) 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
(
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,
SSLSocketInputStream.java
151
throw new
AlertException
(AlertProtocol.INTERNAL_ERROR,
DigitalSignature.java
110
throw new
AlertException
(AlertProtocol.BAD_CERTIFICATE,
127
throw new
AlertException
(AlertProtocol.BAD_CERTIFICATE,
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,
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);
HandshakeIODataStream.java
198
throw new
AlertException
(
251
throw new
AlertException
(
SSLEngineImpl.java
507
throw new
AlertException
(
533
} catch (
AlertException
e) {
718
} catch (
AlertException
e) {
SSLSocketImpl.java
645
// (note: fatal alert causes
AlertException
655
} catch (
AlertException
e) {
699
} catch (
AlertException
e) {
775
// (note: fatal alert causes
AlertException
784
} catch (
AlertException
e) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CertificateVerifyTest.java
43
fail("Anonymous: No expected
AlertException
");
44
} catch (
AlertException
e) {
49
fail("Anonymous: No expected
AlertException
");
50
} catch (
AlertException
e) {
74
fail("Small length: No expected
AlertException
");
75
} catch (
AlertException
e) {
82
fail("Extra bytes: No expected
AlertException
");
83
} catch (
AlertException
e) {
ClientKeyExchangeTest.java
71
fail("Small length: No expected
AlertException
");
73
} catch (
AlertException
e) {
85
fail("Extra bytes: No expected
AlertException
");
87
} catch (
AlertException
e) {
129
fail("Small length: No expected
AlertException
");
130
} catch (
AlertException
e) {
138
fail("Extra bytes: No expected
AlertException
");
139
} catch (
AlertException
e) {
CertificateRequestTest.java
92
fail("Small length: No expected
AlertException
");
93
} catch (
AlertException
e) {
100
fail("Extra bytes: No expected
AlertException
");
101
} catch (
AlertException
e) {
ServerHelloTest.java
70
fail("Small length: No expected
AlertException
");
71
} catch (
AlertException
e) {
78
fail("Extra bytes: No expected
AlertException
");
79
} catch (
AlertException
e) {
ServerKeyExchangeTest.java
73
fail("Small length: No expected
AlertException
");
74
} catch (
AlertException
e) {
82
fail("Extra bytes: No expected
AlertException
");
83
} catch (
AlertException
e) {
125
fail("Small length: No expected
AlertException
");
126
} catch (
AlertException
e) {
134
fail("Extra bytes: No expected
AlertException
");
135
} catch (
AlertException
e) {
173
fail("Small length: No expected
AlertException
");
174
} catch (
AlertException
e)
[
all
...]
CertificateMessageTest.java
111
fail("Small length: No expected
AlertException
");
112
} catch (
AlertException
e) {
119
fail("Extra bytes: No expected
AlertException
");
120
} catch (
AlertException
e) {
ServerHandshakeImplTest.java
91
fail("No expected
AlertException
");
92
} catch (
AlertException
e) {
98
fail("No expected
AlertException
");
99
} catch (
AlertException
e) {
ClientHelloTest.java
66
fail("Small length: No expected
AlertException
");
67
} catch (
AlertException
e){
HandshakeProtocolTest.java
90
fail("No expected
AlertException
");
91
} catch (
AlertException
e) {
137
fail("No expected
AlertException
");
138
} catch (
AlertException
e) {
181
fail("No expected
AlertException
");
182
} catch (
AlertException
e) {
193
fail("No expected
AlertException
");
194
} catch (
AlertException
e) {
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
FinishedTest.java
22
import org.apache.harmony.xnet.provider.jsse.
AlertException
;
57
fail("Small length: No expected
AlertException
");
58
} catch (
AlertException
e) {
65
fail("Extra bytes: No expected
AlertException
");
66
} catch (
AlertException
e) {
HelloRequestTest.java
20
import org.apache.harmony.xnet.provider.jsse.
AlertException
;
53
fail("Small length: No expected
AlertException
");
54
} catch (
AlertException
e) {
61
fail("Extra bytes: No expected
AlertException
");
62
} catch (
AlertException
e) {
ServerHelloDoneTest.java
22
import org.apache.harmony.xnet.provider.jsse.
AlertException
;
59
fail("Small length: No expected
AlertException
");
60
} catch (
AlertException
e) {
67
fail("Extra bytes: No expected
AlertException
");
68
} catch (
AlertException
e) {
Completed in 2416 milliseconds