Searched refs:keyAlgorithm (Results 1 – 1 of 1) sorted by relevance
385 String keyAlgorithm = cert.getPublicKey().getAlgorithm(); in shouldPresentCertificate() local386 Log.i(TAG, String.format("Certificate key algorithm: %s", keyAlgorithm)); in shouldPresentCertificate()387 if (!mKeyTypes.isEmpty() && !mKeyTypes.contains(keyAlgorithm)) { in shouldPresentCertificate()