aboutsummaryrefslogtreecommitdiff
path: root/java_src/src/main/java/com/google/crypto/tink/jwt/JwtPublicKeyVerify.java
AgeCommit message (Expand)Author
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-03-03Rename sign and verify functions in JWT primitives.juerg
2021-02-22Rename "createCompact" and "verifyCompact" to "sign" and "verify".juerg
2020-12-10Rename the "Jwt" object to "VerifiedJwt".juerg
2020-11-19Pass JWT-specific exceptions through the JWT wrapper.juerg
2020-10-19Incremental JWT support for ECDSA and RSA:Tink Team