public class TppSignatureValidator extends Object
| Constructor and Description |
|---|
TppSignatureValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verifySignature(String signature,
String tppEncodedCert,
Map<String,String> headers)
signature should not be null signature should be conform with psd2
addition signature should be verifiable by the entry certificate
|
public boolean verifySignature(String signature, String tppEncodedCert, Map<String,String> headers) throws IOException
signature - Signature to verifytppEncodedCert - TPP Certificate Dataheaders - headers from the requestIOException - if signature process failsCopyright © 2019. All rights reserved.