Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java247 final Certificate attestedEcKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_EC, in testAttestKey() local
255 assertThat(attestedEcKeyCertChain.length, is(1)); in testAttestKey()
257 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedEcKeyCertChain); in testAttestKey()
259 final X509Certificate attestationEcKeyCert = (X509Certificate) attestedEcKeyCertChain[0]; in testAttestKey()