Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java400 private void testRsaAttestation(byte[] challenge, boolean includeValidityDates, int keySize, in testRsaAttestation() argument
413 if (includeValidityDates) { in testRsaAttestation()
441 checkKeyIndependentAttestationInfo(challenge, purposes, startTime, includeValidityDates, in testRsaAttestation()
462 private void testEcAttestation(byte[] challenge, boolean includeValidityDates, String ecCurve, in testEcAttestation() argument
475 if (includeValidityDates) { in testEcAttestation()
495 checkKeyIndependentAttestationInfo(challenge, purposes, startTime, includeValidityDates, in testEcAttestation()