Interface RequestVerifyingService
-
- All Known Implementing Classes:
RsaJwtsVerifyingServiceImpl
public interface RequestVerifyingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(String providedSignature, String encodedPublicKey, String computedSignature)
-