Home
last modified time | relevance | path

Searched refs:importKey (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java191 Key key = importKey(getKatKey()); in testCiphertextBitflipDetectedWhenDecrypting()
204 Key key = importKey(getKatKey()); in testAadBitflipDetectedWhenDecrypting()
DBlockCipherTestBase.java575 SecretKey key1 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()
581 SecretKey key2 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()
1434 Key key = importKey(getKatKey()); in testVeryLargeBlock()
1487 return importKey(getKatKey()); in getKey()
1490 protected SecretKey importKey(byte[] keyMaterial) { in importKey() method in BlockCipherTestBase
1771 Key key = importKey(getKatKey()); in assertInitRejectsIvParameterSpec()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java366 importKey(IMPORTED_KEY_ALIAS); in generateKeystoreEvents()
663 private void importKey(String alias) throws Exception{ in importKey() method in SecurityLoggingTest
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt12230 …(android.Manifest.permission.RECOVER_KEYSTORE) public java.security.Key importKey(@NonNull String,…
12231 …(android.Manifest.permission.RECOVER_KEYSTORE) public java.security.Key importKey(@NonNull String,…