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/
DCipherTest.java1401 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitDecryptFailsWhenKeyNotYetValid() local
1410 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitDecryptFailsWhenKeyNotYetValid()
1418 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptSymmetricFailsWhenKeyNotYetValid() local
1430 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptSymmetricFailsWhenKeyNotYetValid()
1438 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid() local
1450 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitEncryptAsymmetricIgnoresThatKeyNotYetValid()
DSignatureTest.java973 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitSignFailsWhenKeyNotYetValid() local
979 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitSignFailsWhenKeyNotYetValid()
987 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitVerifyIgnoresThatKeyNotYetValid() local
993 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitVerifyIgnoresThatKeyNotYetValid()
DMacTest.java409 Date badStartDate = new Date(System.currentTimeMillis() + DAY_IN_MILLIS); in testInitFailsWhenKeyNotYetValid() local
411 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); in testInitFailsWhenKeyNotYetValid()