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

  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DelegatedDeviceIdAttestationTest.java 20 import android.keystore.cts.KeyGenerationUtils;
35 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess(mDpm, null);
41 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDpm, null);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DeviceIdAttestationTest.java 23 import android.keystore.cts.KeyGenerationUtils;
31 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingFailure(mDevicePolicyManager,
39 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess(
  /cts/tests/security/src/android/keystore/cts/
KeyGenerationUtils.java 30 public class KeyGenerationUtils {

Completed in 652 milliseconds