Searched refs:KeyGenerationUtils (Results 1 – 4 of 4) sorted by relevance
20 import android.keystore.cts.KeyGenerationUtils;35 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess(mDpm, null); in testGenerateKeyPairWithDeviceIdAttestationExpectingSuccess()41 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDpm, null); in testGenerateKeyPairWithDeviceIdAttestationExpectingFailure()
23 import android.keystore.cts.KeyGenerationUtils;31 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDevicePolicyManager, in testFailsWithoutProfileOwnerIdsGrant()39 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess( in testSucceedsWithProfileOwnerIdsGrant()
22 import android.keystore.cts.KeyGenerationUtils;57 KeyGenerationUtils.generateRsaKey(mDevicePolicyManager, ADMIN_RECEIVER_COMPONENT, in testManualGenerateKeyAndGrantAccess()
30 public class KeyGenerationUtils { class