/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
H A D | X509v3CertificateBuilder.java | 49 …ertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subj… in X509v3CertificateBuilder() 66 …ertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, Locale dateLo… in X509v3CertificateBuilder() 81 …ertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subj… in X509v3CertificateBuilder()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/ |
H A D | X509v3CertificateBuilder.java | 51 …ertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subj… in X509v3CertificateBuilder() 68 …ertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, Locale dateLo… in X509v3CertificateBuilder() 83 …ertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subj… in X509v3CertificateBuilder()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
H A D | CertificateValidity.java | 39 public CertificateValidity(java.util.Date notBefore, java.util.Date notAfter) { in CertificateValidity() 109 private java.util.Date notAfter; field in CertificateValidity
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | CertificateValidity.java | 58 private Date notAfter; field in CertificateValidity 115 public CertificateValidity(Date notBefore, Date notAfter) { in CertificateValidity()
|
H A D | PrivateKeyUsageExtension.java | 81 private Date notAfter = null; field in PrivateKeyUsageExtension 116 public PrivateKeyUsageExtension(Date notBefore, Date notAfter) in PrivateKeyUsageExtension()
|
/aosp_15_r20/hardware/interfaces/identity/aidl/vts/ |
H A D | Util.cpp | 392 time_t notAfter; in validateAttestationCertificate() local 513 time_t notBefore, notAfter; in verifyAuthKeyCertificate() local
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/x509/ |
H A D | Validity.java | 33 public Time notAfter; field in Validity
|
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
H A D | SignatureTestUtils.java | 102 Date notAfter = new Date(System.currentTimeMillis() + 365L * 24 * 60 * 60 * 1000); in generateSignature() local
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/ |
H A D | X509CertSelectorTest.java | 1606 protected Date notAfter = null; field in X509CertSelectorTest.TestCert 1661 public TestCert(Date notBefore, Date notAfter) { in TestCert() 1705 public void setPeriod(Date notBefore, Date notAfter) { in setPeriod()
|
/aosp_15_r20/cts/tools/utils/ |
H A D | certificates.py | 53 notBefore="20150101000000+0000", notAfter="20300101000000+0000", argument
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | x509asn1.h | 60 struct Curl_asn1Element notAfter; member
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 46 private Date notAfter; field in X509V2AttributeCertificate
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 46 private Date notAfter; field in X509V2AttributeCertificate
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 44 private Date notAfter; field in X509V2AttributeCertificate
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
H A D | KMAttestationCert.java | 95 KMAttestationCert notAfter(short usageExpiryTimeObj, boolean derEncoded, byte[] scratchPad); in notAfter() method
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
H A D | KMAttestationCert.java | 95 KMAttestationCert notAfter(short usageExpiryTimeObj, boolean derEncoded, byte[] scratchPad); in notAfter() method
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | certificate_utils.cpp | 281 ASN1_TIME_Ptr notAfter(ASN1_TIME_new()); in make_cert_rump() local
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | OpenSSLX509Certificate.java | 70 private final Date notAfter; field in OpenSSLX509Certificate
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | OpenSSLX509Certificate.java | 67 private final Date notAfter; field in OpenSSLX509Certificate
|
/aosp_15_r20/system/security/keystore2/src/crypto/ |
H A D | certificate_utils.cpp | 279 ASN1_TIME_Ptr notAfter(ASN1_TIME_new()); in makeCertRump() local
|
/aosp_15_r20/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 371 time_t notAfter; in getCertificateExpiryAsMillis() local 1635 time_t notAfter; in certificateGetValidity() local
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | internal.h | 78 ASN1_TIME *notAfter; member
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMAttestationCertImpl.java | 261 public KMAttestationCert notAfter( in notAfter() method in KMAttestationCertImpl
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMAttestationCertImpl.java | 262 public KMAttestationCert notAfter( in notAfter() method in KMAttestationCertImpl
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | internal.h | 78 ASN1_TIME *notAfter; member
|