Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java99 public void testRsaAttestKey() throws Exception { in testRsaAttestKey() method in AttestKeyTest
100 testRsaAttestKey(false /* useStrongBox */); in testRsaAttestKey()
106 testRsaAttestKey(true /* useStrongBox */); in testRsaAttestKey_StrongBox()
227 private void testRsaAttestKey(boolean useStrongBox) throws Exception { in testRsaAttestKey() method in AttestKeyTest