Home
last modified time | relevance | path

Searched defs:getTypeHeader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DVerifiedJwt.java47 public String getTypeHeader() throws JwtInvalidException { in getTypeHeader() method in VerifiedJwt
H A DJwtFormat.java164 static Optional<String> getTypeHeader(JsonObject header) throws JwtInvalidException { in getTypeHeader() method in JwtFormat
H A DRawJwt.java526 String getTypeHeader() throws JwtInvalidException { in getTypeHeader() method in RawJwt