Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDelegatedDeviceIdAttestationTest.java20 import android.keystore.cts.KeyGenerationUtils;
35 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess(mDpm, null); in testGenerateKeyPairWithDeviceIdAttestationExpectingSuccess()
41 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDpm, null); in testGenerateKeyPairWithDeviceIdAttestationExpectingFailure()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdAttestationTest.java23 import android.keystore.cts.KeyGenerationUtils;
31 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDevicePolicyManager, in testFailsWithoutProfileOwnerIdsGrant()
39 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess( in testSucceedsWithProfileOwnerIdsGrant()
DDelegatedCertInstallerHelper.java22 import android.keystore.cts.KeyGenerationUtils;
57 KeyGenerationUtils.generateRsaKey(mDevicePolicyManager, ADMIN_RECEIVER_COMPONENT, in testManualGenerateKeyAndGrantAccess()
/cts/tests/security/src/android/keystore/cts/
DKeyGenerationUtils.java30 public class KeyGenerationUtils { class