Searched refs:getCertificateNotBefore (Results 1 – 6 of 6) sorted by relevance
90 assertThat(spec.getCertificateNotBefore(), is(NOT_BEFORE)); in validateSpecValues()140 assertThat(fromParcel.getCertificateNotBefore(), is(new Date(0L))); in testParcelingWithNullValues()
414 public Date getCertificateNotBefore() { in getCertificateNotBefore() method in KeyGenParameterSpec773 mCertificateNotBefore = sourceSpec.getCertificateNotBefore(); in Builder()
84 out.writeLong(mSpec.getCertificateNotBefore().getTime()); in writeToParcel()
664 certGen.setNotBefore(mSpec.getCertificateNotBefore()); in generateSelfSignedCertificateWithValidSignature()704 tbsGenerator.setStartDate(new Time(mSpec.getCertificateNotBefore())); in generateSelfSignedCertificateWithFakeSignature()
39224 Landroid/security/keystore/KeyGenParameterSpec;->getCertificateNotBefore()Ljava/util/Date;
38594 method public java.util.Date getCertificateNotBefore();