Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java120 public class Ukey2Handshake { class
128 public static Ukey2Handshake forInitiator(HandshakeCipher cipher) throws HandshakeException { in forInitiator()
129 return new Ukey2Handshake(InternalState.CLIENT_START, cipher); in forInitiator()
138 public static Ukey2Handshake forResponder(HandshakeCipher cipher) throws HandshakeException { in forResponder()
139 return new Ukey2Handshake(InternalState.SERVER_START, cipher); in forResponder()
287 private Ukey2Handshake(InternalState state, HandshakeCipher cipher) throws HandshakeException { in Ukey2Handshake() method in Ukey2Handshake