Searched refs:attestedRsaKeyCertChain (Results 1 – 1 of 1) sorted by relevance
263 final Certificate attestedRsaKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_RSA, in testAttestKey() local273 assertThat(attestedRsaKeyCertChain.length, is(1)); in testAttestKey()275 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedRsaKeyCertChain); in testAttestKey()277 final X509Certificate attestationRsaKeyCert = (X509Certificate) attestedRsaKeyCertChain[0]; in testAttestKey()