Home
last modified time | relevance | path

Searched defs:nextUpdate (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DBasicOCSPRespBuilder.java43 ASN1GeneralizedTime nextUpdate; field in BasicOCSPRespBuilder.ResponseObject
50 Date nextUpdate, in ResponseObject()
166 Date nextUpdate, in addResponse()
186 Date nextUpdate) in addResponse()
206 Date nextUpdate, in addResponse()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DSingleResponse.java20 private ASN1GeneralizedTime nextUpdate; field in SingleResponse
35 ASN1GeneralizedTime nextUpdate, in SingleResponse()
45 ASN1GeneralizedTime nextUpdate, in SingleResponse()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTBSCertList.java144 Time nextUpdate; field in TBSCertList
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c135 ASN1_GENERALIZEDTIME *nextUpdate; member
/external/boringssl/src/include/openssl/
Dx509.h409 ASN1_TIME *nextUpdate; member
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4271 ASN1_TIME* nextUpdate = X509_CRL_get_nextUpdate(crl); in NativeCrypto_X509_CRL_get_nextUpdate() local