HomeSort by relevance Sort by last modified time
    Searched refs:fatalAlert (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Message.java 59 protected void fatalAlert(byte description, String reason) {
69 protected void fatalAlert(byte description, String reason, Throwable cause) {
CertificateVerify.java 41 fatalAlert(AlertProtocol.INTERNAL_ERROR,
58 fatalAlert(AlertProtocol.DECODE_ERROR,
62 fatalAlert(AlertProtocol.DECODE_ERROR,
HelloRequest.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest");
ServerHelloDone.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone");
CertificateMessage.java 57 fatalAlert(AlertProtocol.DECODE_ERROR,
69 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
81 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
89 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
112 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
138 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
ClientHello.java 98 fatalAlert(AlertProtocol.DECODE_ERROR,
114 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientHello");
130 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello");
139 fatalAlert(AlertProtocol.DECODE_ERROR,
144 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, short challenge data");
165 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, extra data");
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
HandshakeProtocol.java 271 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
307 protected void fatalAlert(byte description, String reason) {
318 protected void fatalAlert(byte description, String reason, Exception cause) {
328 protected void fatalAlert(byte description, SSLException cause) {
359 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e);
386 fatalAlert(AlertProtocol.INTERNAL_ERROR,
409 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
422 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Incorrect FINISED");
431 fatalAlert(AlertProtocol.UNEXPECTED_MESSAGE, "UNEXPECTED MESSAGE");
459 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e)
    [all...]
CertificateRequest.java 65 fatalAlert(AlertProtocol.INTERNAL_ERROR,
106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
152 fatalAlert(AlertProtocol.DECODE_ERROR,
ServerHandshakeImpl.java 140 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
149 fatalAlert(AlertProtocol.BAD_CERTIFICATE,
187 fatalAlert(AlertProtocol.DECRYPT_ERROR,
222 fatalAlert(AlertProtocol.INTERNAL_ERROR,
249 fatalAlert(AlertProtocol.INTERNAL_ERROR,
330 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
340 fatalAlert(AlertProtocol.PROTOCOL_VERSION,
376 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created");
394 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
400 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "HANDSHAKE FAILURE. NO COMMON SUITE")
    [all...]
ClientHandshakeImpl.java 97 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created ");
150 this.fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Error in delegated task", e);
201 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
207 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
219 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
231 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
234 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
425 fatalAlert(AlertProtocol.INTERNAL_ERROR,
437 fatalAlert(AlertProtocol.INTERNAL_ERROR,
489 fatalAlert(AlertProtocol.INTERNAL_ERROR
    [all...]
ClientKeyExchange.java 115 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientKeyExchange");
ServerHello.java 100 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHello");
ServerKeyExchange.java 137 fatalAlert(AlertProtocol.DECODE_ERROR,

Completed in 216 milliseconds