Home | History | Annotate | Download | only in sip

Lines Matching full:tlsclientprotocols

976 		String tlsClientProtocols = configurationProperties.getProperty(
978 if (tlsClientProtocols != null)
980 StringTokenizer st = new StringTokenizer(tlsClientProtocols, " ,");