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