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