Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java296 Certificate[] combinedChain = Stream.concat(Arrays.stream(attestedKeyCertChain), in verifyCombinedChain() local
301 for (Certificate cert : combinedChain) { in verifyCombinedChain()
306 verifyCertificateChain((Certificate[]) combinedChain, useStrongBox); in verifyCombinedChain()