Home
last modified time | relevance | path

Searched refs:clientCertificateTypes (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLUtils.java221 static Set<String> getSupportedClientKeyTypes(byte[] clientCertificateTypes) { in getSupportedClientKeyTypes() argument
222 Set<String> result = new HashSet<String>(clientCertificateTypes.length); in getSupportedClientKeyTypes()
223 for (byte keyTypeCode : clientCertificateTypes) { in getSupportedClientKeyTypes()