HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ALGORITHM_RSA (Results 1 - 17 of 17) 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 139 KEY_ALGORITHM_RSA,
151 public static final String KEY_ALGORITHM_RSA = "RSA";
193 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) {
207 return KEY_ALGORITHM_RSA;
AndroidKeyStoreProvider.java 202 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
217 } 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 303 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 648 return KeyProperties.KEY_ALGORITHM_RSA;
746 return KeyProperties.KEY_ALGORITHM_RSA;
757 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
    [all...]
CipherTest.java     [all...]
RSASignatureTest.java 48 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
KeyAttestationTest.java 40 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_RSA;
320 generateKeyPair(KEY_ALGORITHM_RSA, spec);
422 generateKeyPair(KEY_ALGORITHM_RSA, builder.build());
    [all...]
SignatureTest.java     [all...]
ImportWrappedKeyTest.java 339 KeyPairGenerator.getInstance(KeyProperties.KEY_ALGORITHM_RSA, "AndroidKeyStore");
KeyPairGeneratorTest.java     [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 629 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
KeyManagementTest.java 89 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",
  /prebuilts/sdk/25/
android.jar 

Completed in 310 milliseconds