public class RsaJwtsVerifyingServiceImpl extends Object implements RequestVerifyingService
| Constructor and Description |
|---|
RsaJwtsVerifyingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(String providedSignature,
String encodedPublicKey,
String computedSignature) |
public boolean verify(String providedSignature, String encodedPublicKey, String computedSignature)
verify in interface RequestVerifyingServiceCopyright © 2020. All rights reserved.