Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/tests/src/android/security/
H A DParcelableKeyGenParameterSpecTest.java98 assertThat(spec.getCertificateNotBefore(), is(NOT_BEFORE)); in validateSpecValues()
152 assertThat(fromParcel.getCertificateNotBefore(), is(new Date(0L))); in testParcelingWithNullValues()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java517 public Date getCertificateNotBefore() { in getCertificateNotBefore() method in KeyGenParameterSpec
977 mCertificateNotBefore = sourceSpec.getCertificateNotBefore(); in Builder()
H A DParcelableKeyGenParameterSpec.java84 out.writeLong(mSpec.getCertificateNotBefore().getTime()); in writeToParcel()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java888 if (mSpec.getCertificateNotBefore() != null) { in constructKeyGenerationArguments()
891 mSpec.getCertificateNotBefore() in constructKeyGenerationArguments()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39517 method @NonNull public java.util.Date getCertificateNotBefore();