HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ALGORITHM_RSA (Results 1 - 15 of 15) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreRSAPrivateKey.java 33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA);
AndroidKeyStoreRSAPublicKey.java 33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm);
AndroidKeyStoreRSASignatureSpi.java 140 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) {
142 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported");
KeyProperties.java 130 KEY_ALGORITHM_RSA,
142 public static final String KEY_ALGORITHM_RSA = "RSA";
175 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) {
189 return KEY_ALGORITHM_RSA;
AndroidKeyStoreProvider.java 190 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
205 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
AndroidKeyStoreRSACipherSpi.java 361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) {
363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported");
AndroidKeyStoreSpi.java 304 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java     [all...]
TestUtils.java 627 return KeyProperties.KEY_ALGORITHM_RSA;
724 return KeyProperties.KEY_ALGORITHM_RSA;
735 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
766 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
    [all...]
RSASignatureTest.java 48 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
KeyAttestationTest.java 40 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_RSA;
316 generateKeyPair(KEY_ALGORITHM_RSA, spec);
418 generateKeyPair(KEY_ALGORITHM_RSA, builder.build());
    [all...]
SignatureTest.java     [all...]
KeyPairGeneratorTest.java     [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 532 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper);
  /prebuilts/sdk/25/
android.jar 

Completed in 490 milliseconds