| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Method and Description |
|---|---|
RawJwt |
RawJwt.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
String |
JwtMac.computeMacAndEncode(RawJwt token)
Computes a MAC, and encodes the JWT and the MAC in the JWS compact serialization format.
|
String |
JwtPublicKeySign.signAndEncode(RawJwt token)
Computes a signature, and encodes the JWT and the signature in the
JWS compact serialization format.
|
String |
JwtPublicKeySignInternal.signAndEncodeWithKid(RawJwt token,
Optional<String> kid)
Computes a signature, and encodes the JWT and the signature in the JWS compact serialization
format.
|