Searched refs:clientCertificateTypes (Results 1 – 1 of 1) sorted by relevance
221 static Set<String> getSupportedClientKeyTypes(byte[] clientCertificateTypes) { in getSupportedClientKeyTypes() argument222 Set<String> result = new HashSet<String>(clientCertificateTypes.length); in getSupportedClientKeyTypes()223 for (byte keyTypeCode : clientCertificateTypes) { in getSupportedClientKeyTypes()