Home
last modified time | relevance | path

Searched defs:HasNotBefore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/
H A Dverified_jwt.cc82 bool VerifiedJwt::HasNotBefore() const { in HasNotBefore() function in crypto::tink::VerifiedJwt
H A Draw_jwt.cc310 bool RawJwt::HasNotBefore() const { in HasNotBefore() function in crypto::tink::RawJwt
/aosp_15_r20/external/tink/go/jwt/
H A Dverified_jwt.go116 func (v *VerifiedJWT) HasNotBefore() bool { func
H A Draw_jwt.go195 func (r *RawJWT) HasNotBefore() bool { func