Uses of Class
com.google.crypto.tink.jwt.RawJwt
-
Packages that use RawJwt Package Description com.google.crypto.tink.jwt -
-
Uses of RawJwt in com.google.crypto.tink.jwt
Methods in com.google.crypto.tink.jwt that return RawJwt Modifier and Type Method Description RawJwtRawJwt.Builder. build()Methods in com.google.crypto.tink.jwt with parameters of type RawJwt Modifier and Type Method Description java.lang.StringJwtMac. computeMacAndEncode(RawJwt token)Computes a MAC, and encodes the JWT and the MAC in the JWS compact serialization format.java.lang.StringJwtPublicKeySign. signAndEncode(RawJwt token)Computes a signature, and encodes the JWT and the signature in the JWS compact serialization format.java.lang.StringJwtPublicKeySignInternal. signAndEncodeWithKid(RawJwt token, java.util.Optional<java.lang.String> kid)Computes a signature, and encodes the JWT and the signature in the JWS compact serialization format.
-