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

  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
D2DHandshakeContext.java 51 * connectionContext = handshake.toConnectionContext();
93 * connectionContext = handshake.toConnectionContext();
103 * caller may call {@link #toConnectionContext()} to obtain a connection context.
157 D2DConnectionContext toConnectionContext() throws HandshakeException;
D2DDiffieHellmanKeyExchangeHandshake.java 53 * D2DConnectionContext responderCtx = responderHandshakeContext.toConnectionContext();
63 * D2DConnectionContext initiatorCtx = initiatorHandshakeContext.toConnectionContext();
280 public D2DConnectionContext toConnectionContext() throws HandshakeException {
D2DSpakeEd25519Handshake.java 63 * D2DConnectionContext responderCtx = responderHandshakeContext.toConnectionContext();
68 * D2DConnectionContext initiatorCtx = initiatorHandshakeContext.toConnectionContext();
590 public D2DConnectionContext toConnectionContext() throws HandshakeException {
Ukey2Handshake.java 74 * D2DConnectionContext clientContext = client.toConnectionContext();
110 * D2DConnectionContext serverContext = server.toConnectionContext();
155 * {@link Ukey2Handshake#toConnectionContext()} to produce a {@link D2DConnectionContext}.
482 public D2DConnectionContext toConnectionContext() throws HandshakeException {
    [all...]

Completed in 453 milliseconds