Home
last modified time | relevance | path

Searched refs:keyValidityForConsumptionEnd (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DSecretKeyFactoryTest.java84 Date keyValidityForConsumptionEnd = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
111 .setKeyValidityForConsumptionEnd(keyValidityForConsumptionEnd) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
127 assertEquals(keyValidityForConsumptionEnd, in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java463 Date keyValidityForConsumptionEnd = in testGenerateHonorsRequestedAuthorizations() local
490 .setKeyValidityForConsumptionEnd(keyValidityForConsumptionEnd) in testGenerateHonorsRequestedAuthorizations()
506 assertEquals(keyValidityForConsumptionEnd, in testGenerateHonorsRequestedAuthorizations()
DKeyFactoryTest.java96 Date keyValidityForConsumptionEnd = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
117 .setKeyValidityForConsumptionEnd(keyValidityForConsumptionEnd) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
144 assertEquals(keyValidityForConsumptionEnd, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyPairGeneratorTest.java305 Date keyValidityForConsumptionEnd = in testGenerateHonorsRequestedAuthorizations() local
324 .setKeyValidityForConsumptionEnd(keyValidityForConsumptionEnd) in testGenerateHonorsRequestedAuthorizations()
351 assertEquals(keyValidityForConsumptionEnd, in testGenerateHonorsRequestedAuthorizations()