Searched refs:attestedEcKeyCertChain (Results 1 – 1 of 1) sorted by relevance
247 final Certificate attestedEcKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_EC, in testAttestKey() local255 assertThat(attestedEcKeyCertChain.length, is(1)); in testAttestKey()257 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedEcKeyCertChain); in testAttestKey()259 final X509Certificate attestationEcKeyCert = (X509Certificate) attestedEcKeyCertChain[0]; in testAttestKey()