Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java295 Certificate[] attestedKeyCertChain) throws GeneralSecurityException { in verifyCombinedChain() argument
296 Certificate[] combinedChain = Stream.concat(Arrays.stream(attestedKeyCertChain), in verifyCombinedChain()
DNoAttestKeyTest.java111 Certificate[] attestedKeyCertChain = generateKeyPair(KEY_ALGORITHM_EC, in testAttestKeyFail() local