Home | History | Annotate | Download | only in jsse

Lines Matching refs:cipherSuite

216         String cipherSuite = session.getCipherSuite();
219 if (cipherSuite.equals(enabledCipherSuite)) {
301 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
521 keyTypes[i] = CipherSuite.getClientKeyType(keyTypeBytes[i]);