Home | History | Annotate | Download | only in security

Lines Matching refs:NOW

36     private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
39 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
44 SERIAL_1, NOW, NOW_PLUS_10_YEARS, 0);
56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
68 .setStartDate(NOW)
83 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
92 new KeyPairGeneratorSpec(null, TEST_ALIAS_1, "RSA", 1024, null, TEST_DN_1, SERIAL_1, NOW,
101 new KeyPairGeneratorSpec(getContext(), null, "RSA", 1024, null, TEST_DN_1, SERIAL_1, NOW,
110 new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, null, SERIAL_1, NOW,
119 new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, TEST_DN_1, null, NOW,
138 NOW, null, 0);
147 NOW_PLUS_10_YEARS, NOW, 0);