Searched refs:certDurations (Results 1 – 1 of 1) sorted by relevance
643 List<Pair<Date, Date>> certDurations = new ArrayList<Pair<Date, Date>>(); in testGenerate_VerifyDifferentValidityPeriods() local646 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()