Searched refs:badStartDate (Results 1 – 3 of 3) sorted by relevance
473 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitFailsWhenKeyNotYetValid() local475 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitFailsWhenKeyNotYetValid()
1023 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitSignFailsWhenKeyNotYetValid() local1029 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitSignFailsWhenKeyNotYetValid()1038 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitVerifyIgnoresThatKeyNotYetValid() local1044 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitVerifyIgnoresThatKeyNotYetValid()
1742 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitDecryptFailsWhenKeyNotYetValid() local1751 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitDecryptFailsWhenKeyNotYetValid()1760 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptSymmetricFailsWhenKeyNotYetValid() local1772 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptSymmetricFailsWhenKeyNotYetValid()1781 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid() local1793 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid()