Home
last modified time | relevance | path

Searched refs:AlertException (Results 1 – 1 of 1) sorted by relevance

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java210 public static class AlertException extends Exception { class in Ukey2Handshake
213 public AlertException(String alertMessageToLog, Ukey2Alert alertMessageToSend) { in AlertException() method in Ukey2Handshake.AlertException
418 throws AlertException, HandshakeException { in parseHandshakeMessage()
604 private void parseMessage1(byte[] handshakeMessage) throws AlertException, HandshakeException { in parseMessage1()
695 throws AlertException, HandshakeException { in parseMessage2()
827 } catch (AlertException e) { in parseMessage3()
879 throws AlertException, HandshakeException { in parseP256PublicKey()
1012 throws AlertException, HandshakeException { in throwAlertException()
1014 throw new AlertException(alertLogStatement, makeAlertMessage(alertType, alertLogStatement)); in throwAlertException()