Searched refs:getCertificateNotBefore (Results 1 – 6 of 6) sorted by relevance
99 assertThat(spec.getCertificateNotBefore(), is(NOT_BEFORE)); in validateSpecValues()154 assertThat(fromParcel.getCertificateNotBefore(), is(new Date(0L))); in testParcelingWithNullValues()
528 public Date getCertificateNotBefore() { in getCertificateNotBefore() method in KeyGenParameterSpec1016 mCertificateNotBefore = sourceSpec.getCertificateNotBefore(); in Builder()
88 out.writeLong(mSpec.getCertificateNotBefore().getTime()); in writeToParcel()
938 if (mSpec.getCertificateNotBefore() != null) { in constructKeyGenerationArguments()941 mSpec.getCertificateNotBefore() in constructKeyGenerationArguments()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39730 method @NonNull public java.util.Date getCertificateNotBefore();