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

  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 396 static PrivateKey getRawResPrivateKey(Context context, int resId) throws Exception {
453 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId);
    [all...]
KeyFactoryTest.java 403 PrivateKey key = TestUtils.getRawResPrivateKey(getContext(), resId);
AndroidKeyStoreTest.java     [all...]

Completed in 982 milliseconds