Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java263 final Certificate attestedRsaKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_RSA, in testAttestKey() local
273 assertThat(attestedRsaKeyCertChain.length, is(1)); in testAttestKey()
275 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedRsaKeyCertChain); in testAttestKey()
277 final X509Certificate attestationRsaKeyCert = (X509Certificate) attestedRsaKeyCertChain[0]; in testAttestKey()