Searched refs:getCertificateNotBefore (Results 1 – 6 of 6) sorted by relevance
98 assertThat(spec.getCertificateNotBefore(), is(NOT_BEFORE)); in validateSpecValues()152 assertThat(fromParcel.getCertificateNotBefore(), is(new Date(0L))); in testParcelingWithNullValues()
517 public Date getCertificateNotBefore() { in getCertificateNotBefore() method in KeyGenParameterSpec977 mCertificateNotBefore = sourceSpec.getCertificateNotBefore(); in Builder()
84 out.writeLong(mSpec.getCertificateNotBefore().getTime()); in writeToParcel()
888 if (mSpec.getCertificateNotBefore() != null) { in constructKeyGenerationArguments()891 mSpec.getCertificateNotBefore() in constructKeyGenerationArguments()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39517 method @NonNull public java.util.Date getCertificateNotBefore();