@ThreadSafe public interface JWSVerifier
JWTSigner.| Modifier and Type | Method and Description |
|---|---|
boolean |
verifySignature(com.nimbusds.jose.JWSObject jwsObject)
Verifies the signature of the specified JWS object.
|
boolean verifySignature(com.nimbusds.jose.JWSObject jwsObject)
jwsObject - The JWS object. Must not be null.true if the signature is valid, else false.Copyright © 2021 Connect2id Ltd.. All rights reserved.