Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java231 private KeyGenParameterSpec buildEcKeySpec(String alias, boolean useStrongBox) { in buildEcKeySpec() method in KeyManagementTest
245 getWho(), "EC", buildEcKeySpec(alias, false /* useStrongBox */), 0); in testCanGenerateECKeyPair()
258 getWho(), "EC", buildEcKeySpec(alias, true /* useStrongBox */), 0); in testCanGenerateECKeyPairUsingStrongBox()