Class RsaJwtsVerifyingServiceImpl
- java.lang.Object
-
- de.adorsys.opba.api.security.internal.service.RsaJwtsVerifyingServiceImpl
-
- All Implemented Interfaces:
RequestVerifyingService
public class RsaJwtsVerifyingServiceImpl extends Object implements RequestVerifyingService
-
-
Constructor Summary
Constructors Constructor Description RsaJwtsVerifyingServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanverify(String providedSignature, String encodedPublicKey, String computedSignature)
-
-
-
Method Detail
-
verify
public boolean verify(String providedSignature, String encodedPublicKey, String computedSignature)
- Specified by:
verifyin interfaceRequestVerifyingService
-
-