Searched defs:HasNotBefore (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tink/cc/jwt/ | ||
H A D | verified_jwt.cc | 82 bool VerifiedJwt::HasNotBefore() const { in HasNotBefore() function in crypto::tink::VerifiedJwt |
H A D | raw_jwt.cc | 310 bool RawJwt::HasNotBefore() const { in HasNotBefore() function in crypto::tink::RawJwt |
/aosp_15_r20/external/tink/go/jwt/ | ||
H A D | verified_jwt.go | 116 func (v *VerifiedJWT) HasNotBefore() bool { func |
H A D | raw_jwt.go | 195 func (r *RawJWT) HasNotBefore() bool { func |