/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/ |
H A D | JwtValidatorTest.java | 102 Instant notBefore = clock.instant().plus(Duration.ofMinutes(1)); in validate_before_shouldThrow() local 114 Instant notBefore = clock1.instant().plus(Duration.ofMinutes(1)); in validate_notBefore_success() local 128 Instant notBefore = Instant.ofEpochSecond(1234); in validate_tokenWithNotBeforeIsNow_success() local 142 Instant notBefore = clock1.instant().plus(Duration.ofMinutes(1)); in validate_notBefore_clockSkew_success() local
|
H A D | JwtHmacKeyManagerTest.java | 494 Instant notBefore = clock.instant().plus(Duration.ofMinutes(1)); in verify_before_shouldThrow() local 512 Instant notBefore = clock1.instant().plus(Duration.ofMinutes(1)); in validate_notBefore_success() local 534 Instant notBefore = clock1.instant().plus(Duration.ofMinutes(1)); in validate_notBefore_clockSkew_success() local
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
H A D | X509v3CertificateBuilder.java | 49 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() 66 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() 81 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter,… 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 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() 68 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() 83 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter,… 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() 111 private java.util.Date notBefore; field in CertificateValidity
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | CertificateValidity.java | 57 private Date notBefore; field in CertificateValidity 115 public CertificateValidity(Date notBefore, Date notAfter) { in CertificateValidity()
|
H A D | PrivateKeyUsageExtension.java | 80 private Date notBefore = 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 | 384 time_t notBefore; 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 | 30 public Time notBefore; field in Validity
|
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
H A D | SignatureTestUtils.java | 101 Date notBefore = new Date(System.currentTimeMillis() - 24 * 60 * 60 * 1000); in generateSignature() local
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/ |
H A D | X509CertSelectorTest.java | 1604 protected Date notBefore = 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 | 59 struct Curl_asn1Element notBefore; member
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 45 private Date notBefore; field in X509V2AttributeCertificate
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 45 private Date notBefore; field in X509V2AttributeCertificate
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
H A D | X509V2AttributeCertificate.java | 43 private Date notBefore; 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 | 85 KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad); in notBefore() method
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
H A D | KMAttestationCert.java | 85 KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad); in notBefore() method
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | certificate_utils.cpp | 272 ASN1_TIME_Ptr notBefore(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 | 69 private final Date notBefore; field in OpenSSLX509Certificate
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | OpenSSLX509Certificate.java | 66 private final Date notBefore; field in OpenSSLX509Certificate
|
/aosp_15_r20/system/security/keystore2/src/crypto/ |
H A D | certificate_utils.cpp | 268 ASN1_TIME_Ptr notBefore(ASN1_TIME_new()); in makeCertRump() local
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | internal.h | 77 ASN1_TIME *notBefore; member
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMAttestationCertImpl.java | 246 public KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad) { in notBefore() 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 | 247 public KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad) { in notBefore() method in KMAttestationCertImpl
|