Home | History | Annotate | Download | only in jsse

Lines Matching defs:cipherSuite

220         String cipherSuite = session.getCipherSuite();
223 if (cipherSuite.equals(enabledCipherSuite)) {
291 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
516 keyTypes[i] = CipherSuite.getClientKeyType(keyTypeBytes[i]);