Interface ChecksumCalculatingService

    • Method Detail

      • getVersion

        String getVersion()
      • calculateChecksumForConsent

        byte[] calculateChecksumForConsent​(de.adorsys.psd2.core.data.Consent<?> consent)
      • verifyConsentWithChecksum

        boolean verifyConsentWithChecksum​(de.adorsys.psd2.core.data.Consent<?> consent,
                                          byte[] checksum)