Searched refs:KEY_ALGORITHM (Results 1 – 2 of 2) sorted by relevance
63 public static final String KEY_ALGORITHM = "RSA"; field in KeyChainTestActivity90 KEY_ALGORITHM, in doInBackground()161 String[] keyTypes = new String[] {KEY_ALGORITHM}; in selectCertificate()
83 private static final String KEY_ALGORITHM = "RSA"; field in CredentialManagementAppActivity243 mAttestedKeyPair = mDevicePolicyManager.generateKeyPair(null, KEY_ALGORITHM, in generateKeyPair()264 String[] keyTypes = new String[]{KEY_ALGORITHM}; in requestCertificateForAuthentication()