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 NoSuchAlgorithmException, SignatureException, IOException
signature - Signature to verifyNoSuchAlgorithmExceptionSignatureExceptionIOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.