Interface CouponCodeCipherTextGenerationStrategy

All Known Implementing Classes:
DefaultCouponCodeCipherTextGenerationStrategy

public interface CouponCodeCipherTextGenerationStrategy
Interface for generating the cipher-text part of a multi code coupon code.
  • Method Summary

    Modifier and Type
    Method
    Description
    generateCipherText(MultiCodeCouponModel coupon, String clearText, int length)
    returns the generated cipher-text part of the coupon code for the given clearText with the given length
  • Method Details

    • generateCipherText

      String generateCipherText(MultiCodeCouponModel coupon, String clearText, int length)
      returns the generated cipher-text part of the coupon code for the given clearText with the given length