Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DMacTest.java473 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitFailsWhenKeyNotYetValid() local
475 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitFailsWhenKeyNotYetValid()
DSignatureTest.java1023 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitSignFailsWhenKeyNotYetValid() local
1029 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitSignFailsWhenKeyNotYetValid()
1038 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitVerifyIgnoresThatKeyNotYetValid() local
1044 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitVerifyIgnoresThatKeyNotYetValid()
DCipherTest.java1742 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitDecryptFailsWhenKeyNotYetValid() local
1751 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitDecryptFailsWhenKeyNotYetValid()
1760 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptSymmetricFailsWhenKeyNotYetValid() local
1772 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptSymmetricFailsWhenKeyNotYetValid()
1781 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid() local
1793 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid()