Searched refs:loadPrivateRSAKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
H A DFakeKeys.java215 public static final PrivateKey RSA_KEY1 = loadPrivateRSAKey(FAKE_RSA_KEY_1);
229 private static PrivateKey loadPrivateRSAKey(byte[] fakeKey) { method in class:FakeKeys
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DFakeKeys.java199 public static final PrivateKey RSA_KEY1 = loadPrivateRSAKey(FAKE_RSA_KEY_1);
213 private static PrivateKey loadPrivateRSAKey(byte[] fakeKey) { method in class:FakeKeys

Completed in 166 milliseconds