@Service public class AisChecksumCalculatingServiceV3 extends Object implements ChecksumCalculatingService
| Constructor and Description |
|---|
AisChecksumCalculatingServiceV3() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateChecksumForConsent(de.adorsys.psd2.core.data.Consent<?> consent) |
String |
getVersion() |
boolean |
verifyConsentWithChecksum(de.adorsys.psd2.core.data.Consent<?> consent,
byte[] checksum) |
public boolean verifyConsentWithChecksum(de.adorsys.psd2.core.data.Consent<?> consent,
byte[] checksum)
verifyConsentWithChecksum in interface ChecksumCalculatingServicepublic byte[] calculateChecksumForConsent(de.adorsys.psd2.core.data.Consent<?> consent)
calculateChecksumForConsent in interface ChecksumCalculatingServicepublic String getVersion()
getVersion in interface ChecksumCalculatingServiceCopyright © 2020. All rights reserved.