Searched defs:fatalAlert (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DMessage.java59 protected void fatalAlert(byte description, String reason) { method in class:Message
69 protected void fatalAlert(byte description, String reason, Throwable cause) { method in class:Message
H A DHandshakeProtocol.java271 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
307 protected void fatalAlert(byte description, String reason) { method in class:HandshakeProtocol
318 protected void fatalAlert(byte description, String reason, Exception cause) { method in class:HandshakeProtocol
328 protected void fatalAlert(byte description, SSLException cause) { method in class:HandshakeProtocol
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(AlertProtoco
[all...]

Completed in 74 milliseconds