@Immutable
public interface JwtPublicKeySign
PublicKeySign.| Modifier and Type | Method and Description |
|---|---|
String |
signAndEncode(RawJwt token)
Computes a signature, and encodes the JWT and the signature in the
JWS compact serialization format.
|
String signAndEncode(RawJwt token) throws GeneralSecurityException
GeneralSecurityException