Home
last modified time | relevance | path

Searched defs:notBefore (Results 1 – 25 of 154) sorted by relevance

1234567

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtValidatorTest.java102 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 DJwtHmacKeyManagerTest.java494 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 DX509v3CertificateBuilder.java49 …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 DX509v3CertificateBuilder.java51 …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 DCertificateValidity.java39 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 DCertificateValidity.java57 private Date notBefore; field in CertificateValidity
115 public CertificateValidity(Date notBefore, Date notAfter) { in CertificateValidity()
H A DPrivateKeyUsageExtension.java80 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 DUtil.cpp384 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 DValidity.java30 public Time notBefore; field in Validity
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
H A DSignatureTestUtils.java101 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 DX509CertSelectorTest.java1604 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 Dcertificates.py53 notBefore="20150101000000+0000", notAfter="20300101000000+0000", argument
/aosp_15_r20/external/curl/lib/vtls/
H A Dx509asn1.h59 struct Curl_asn1Element notBefore; member
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java45 private Date notBefore; field in X509V2AttributeCertificate
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java45 private Date notBefore; field in X509V2AttributeCertificate
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java43 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 DKMAttestationCert.java85 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 DKMAttestationCert.java85 KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad); in notBefore() method
/aosp_15_r20/system/keymaster/km_openssl/
H A Dcertificate_utils.cpp272 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 DOpenSSLX509Certificate.java69 private final Date notBefore; field in OpenSSLX509Certificate
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java66 private final Date notBefore; field in OpenSSLX509Certificate
/aosp_15_r20/system/security/keystore2/src/crypto/
H A Dcertificate_utils.cpp268 ASN1_TIME_Ptr notBefore(ASN1_TIME_new()); in makeCertRump() local
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dinternal.h77 ASN1_TIME *notBefore; member
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMAttestationCertImpl.java246 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 DKMAttestationCertImpl.java247 public KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad) { in notBefore() method in KMAttestationCertImpl

1234567