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 TypeMethodDescriptiongenerateCipherText(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
returns the generated cipher-text part of the coupon code for the given clearText with the given length
-