public interface ChecksumCalculatingService
| 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) |
String getVersion()
byte[] calculateChecksumForConsent(de.adorsys.psd2.core.data.Consent<?> consent)
boolean verifyConsentWithChecksum(de.adorsys.psd2.core.data.Consent<?> consent,
byte[] checksum)
Copyright © 2020. All rights reserved.