Class NoProcessingChecksumService
- java.lang.Object
-
- de.adorsys.psd2.consent.service.sha.NoProcessingChecksumService
-
- All Implemented Interfaces:
ChecksumCalculatingService
@Service public class NoProcessingChecksumService extends Object implements ChecksumCalculatingService
-
-
Constructor Summary
Constructors Constructor Description NoProcessingChecksumService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]calculateChecksumForConsent(de.adorsys.psd2.core.data.Consent<?> consent)StringgetVersion()booleanverifyConsentWithChecksum(de.adorsys.psd2.core.data.Consent<?> consent, byte[] checksum)
-
-
-
Method Detail
-
calculateChecksumForConsent
public byte[] calculateChecksumForConsent(de.adorsys.psd2.core.data.Consent<?> consent)
- Specified by:
calculateChecksumForConsentin interfaceChecksumCalculatingService
-
verifyConsentWithChecksum
public boolean verifyConsentWithChecksum(de.adorsys.psd2.core.data.Consent<?> consent, byte[] checksum)- Specified by:
verifyConsentWithChecksumin interfaceChecksumCalculatingService
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceChecksumCalculatingService
-
-