Searched refs:attestedKeyCertChain (Results 1 – 2 of 2) sorted by relevance
295 Certificate[] attestedKeyCertChain) throws GeneralSecurityException { in verifyCombinedChain() argument296 Certificate[] combinedChain = Stream.concat(Arrays.stream(attestedKeyCertChain), in verifyCombinedChain()
111 Certificate[] attestedKeyCertChain = generateKeyPair(KEY_ALGORITHM_EC, in testAttestKeyFail() local