Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/tests/src/android/security/
H A DParcelableKeyGenParameterSpecTest.java99 assertThat(spec.getCertificateNotAfter(), is(NOT_AFTER)); in validateSpecValues()
153 assertThat(fromParcel.getCertificateNotAfter(), is(new Date(2461449600000L))); in testParcelingWithNullValues()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java526 public Date getCertificateNotAfter() { in getCertificateNotAfter() method in KeyGenParameterSpec
978 mCertificateNotAfter = sourceSpec.getCertificateNotAfter(); in Builder()
H A DParcelableKeyGenParameterSpec.java85 out.writeLong(mSpec.getCertificateNotAfter().getTime()); in writeToParcel()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java882 if (mSpec.getCertificateNotAfter() != null) { in constructKeyGenerationArguments()
885 mSpec.getCertificateNotAfter() 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.txt39516 method @NonNull public java.util.Date getCertificateNotAfter();