HomeSort by relevance Sort by last modified time
    Searched defs:HandshakeException (Results 1 - 2 of 2) sorted by null

  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
HandshakeException.java 20 public class HandshakeException extends Exception {
21 public HandshakeException(String message) {
25 public HandshakeException(Exception e) {
29 public HandshakeException(String message, Exception e) {
Ukey2Handshake.java 78 * } catch (HandshakeException e) {
114 * } catch (HandshakeException e) {
126 * @throws HandshakeException
128 public static Ukey2Handshake forInitiator(HandshakeCipher cipher) throws HandshakeException {
136 * @throws HandshakeException
138 public static Ukey2Handshake forResponder(HandshakeCipher cipher) throws HandshakeException {
284 * @throws HandshakeException if an unrecoverable error occurs and the connection should be shut
287 private Ukey2Handshake(InternalState state, HandshakeCipher cipher) throws HandshakeException {
312 * @throws HandshakeException if an unrecoverable error occurs and the connection should be shut
315 public byte[] getNextHandshakeMessage() throws HandshakeException {
    [all...]

Completed in 112 milliseconds