Interface CouponCodeCipherTextGenerationStrategy
-
- All Known Implementing Classes:
DefaultCouponCodeCipherTextGenerationStrategy
public interface CouponCodeCipherTextGenerationStrategyInterface for generating the cipher-text part of a multi code coupon code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateCipherText(MultiCodeCouponModel coupon, java.lang.String clearText, int length)returns the generated cipher-text part of the coupon code for the given clearText with the given length
-
-
-
Method Detail
-
generateCipherText
java.lang.String generateCipherText(MultiCodeCouponModel coupon, java.lang.String clearText, int length)
returns the generated cipher-text part of the coupon code for the given clearText with the given length
-
-