Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java643 List<Pair<Date, Date>> certDurations = new ArrayList<Pair<Date, Date>>(); in testGenerate_VerifyDifferentValidityPeriods() local
646 certDurations.add(new Pair<Date, Date>(NOW, notAfterDate)); in testGenerate_VerifyDifferentValidityPeriods()
649 certDurations.add(new Pair<Date, Date>(new Date(1293840000000L), new Date(1956528000000L))); in testGenerate_VerifyDifferentValidityPeriods()
651 generateKeyWithDifferentValidityPeriods(certDurations, false /* useStrongbox */); in testGenerate_VerifyDifferentValidityPeriods()
653 generateKeyWithDifferentValidityPeriods(certDurations, true /* useStrongbox */); in testGenerate_VerifyDifferentValidityPeriods()