public interface VerifiableJwt extends Jwt
| Modifier and Type | Method and Description |
|---|---|
void |
verifySignature(PublicKey publicKey)
Verify the signature of the given Signed Jwt.
|
void verifySignature(PublicKey publicKey) throws InvalidTokenException
publicKey - the public key to use to verify the signatureInvalidTokenException - if the signature is invalid or cannot be verifiedCopyright © 2017 Atlassian. All rights reserved.