Home
last modified time | relevance | path

Searched defs:clientAgreements (Results 1 – 3 of 3) sorted by relevance

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DDTLSClientProtocol.java973 Hashtable clientAgreements = null; field in DTLSClientProtocol.ClientHandshakeState
H A DTlsClientProtocol.java22 protected Hashtable clientAgreements = null; field in TlsClientProtocol
H A DTlsUtils.java3956 Hashtable clientAgreements, int keyShareGroup) in isValidKeyShareSelection()
5019 Hashtable clientAgreements = new Hashtable(3); in addEarlyKeySharesToClientHello() local
5022 …yShares(clientContext.getCrypto(), supportedGroups, keyShareGroups, clientAgreements, clientShares… in addEarlyKeySharesToClientHello() local
5034 Hashtable clientAgreements = new Hashtable(1, 1.0f); in addKeyShareToClientHelloRetry() local
5037 …yShares(clientContext.getCrypto(), supportedGroups, keyShareGroups, clientAgreements, clientShares… in addKeyShareToClientHelloRetry() local
5051 Hashtable clientAgreements, Vector clientShares) throws IOException in collectKeyShares()