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