Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java763 Date certNotBefore = new Date(System.currentTimeMillis() - 1000 * 60 * 60 * 24 * 7); in testGenerate_EC_ModernSpec_AsCustomAsPossible() local
778 .setCertificateNotBefore(certNotBefore) in testGenerate_EC_ModernSpec_AsCustomAsPossible()
789 certNotBefore, in testGenerate_EC_ModernSpec_AsCustomAsPossible()
825 Date certNotBefore = new Date(System.currentTimeMillis() - 1000 * 60 * 60 * 24 * 210); in testGenerate_RSA_ModernSpec_AsCustomAsPossible() local
847 .setCertificateNotBefore(certNotBefore) in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
858 certNotBefore, in testGenerate_RSA_ModernSpec_AsCustomAsPossible()