Searched refs:FAKE_RSA_KEY_1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyStoreTest.java232 private static final byte[] FAKE_RSA_KEY_1 = new byte[] { field in class:AndroidKeyStoreTest
838 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
883 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
947 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
972 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
1019 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
1058 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
1078 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1119 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED));
1132 assertPrivateKeyEntryEquals(keyEntry, "RSA", FAKE_RSA_KEY_1, FAKE_RSA_USER_
[all...]
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DFakeKeys.java107 private static final byte[] FAKE_RSA_KEY_1 = new byte[] { field in class:FakeKeys
215 public static final PrivateKey RSA_KEY1 = loadPrivateRSAKey(FAKE_RSA_KEY_1);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DFakeKeys.java91 private static final byte[] FAKE_RSA_KEY_1 = new byte[] { field in class:FakeKeys
199 public static final PrivateKey RSA_KEY1 = loadPrivateRSAKey(FAKE_RSA_KEY_1);

Completed in 493 milliseconds