Searched refs:getAlgorithm (Results 1 – 4 of 4) sorted by relevance
54 String algorithmName = aesCbcCipher.getAlgorithm(); in AesXCbcImpl()152 Cipher.ENCRYPT_MODE, new SecretKeySpec(keyBytes, mCipher.getAlgorithm()), iv); in encryptAesBlock()
129 Log.d(TAG, "Key algorithm: " + mUserKey.getAlgorithm()); in onSaveStates()130 outStates.putString(USER_KEY_ALGORITHM, mUserKey.getAlgorithm()); in onSaveStates()265 sb.append(context.getString(R.string.userkey_type)).append(mUserKey.getAlgorithm()) in getDescription()
92 public String getAlgorithm() { in getAlgorithm() method in DeterministicSecureRandom
258 String keyAlgorithm = cert.getPublicKey().getAlgorithm(); in shouldPresentCertificate()