Searched refs:badStartDate (Results 1 – 3 of 3) sorted by relevance
1401 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitDecryptFailsWhenKeyNotYetValid() local1410 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitDecryptFailsWhenKeyNotYetValid()1418 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptSymmetricFailsWhenKeyNotYetValid() local1430 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptSymmetricFailsWhenKeyNotYetValid()1438 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid() local1450 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid()
973 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitSignFailsWhenKeyNotYetValid() local979 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitSignFailsWhenKeyNotYetValid()987 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitVerifyIgnoresThatKeyNotYetValid() local993 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitVerifyIgnoresThatKeyNotYetValid()
409 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitFailsWhenKeyNotYetValid() local411 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitFailsWhenKeyNotYetValid()