Searched refs:expectStrongBox (Results 1 – 1 of 1) sorted by relevance
406 private void testEcAttestation_DeviceLocked(Boolean expectStrongBox) throws Exception { in testEcAttestation_DeviceLocked() argument421 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testEcAttestation_DeviceLocked()426 .setIsStrongBoxBacked(expectStrongBox); in testEcAttestation_DeviceLocked()435 verifyCertificateChain(certificates, expectStrongBox); in testEcAttestation_DeviceLocked()832 private void testRsaAttestation_DeviceLocked(Boolean expectStrongBox) throws Exception { in testRsaAttestation_DeviceLocked() argument845 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testRsaAttestation_DeviceLocked()850 .setIsStrongBoxBacked(expectStrongBox) in testRsaAttestation_DeviceLocked()860 verifyCertificateChain(certificates, expectStrongBox); in testRsaAttestation_DeviceLocked()1915 public static void verifyCertificateChain(Certificate[] certChain, boolean expectStrongBox) in verifyCertificateChain() argument1952 throw new GeneralSecurityException("Using StrongBox: " + expectStrongBox + "\n" in verifyCertificateChain()[all …]