Class PaymentGatewayTamperProofSealServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.PaymentGatewayTamperProofSealServiceImpl
All Implemented Interfaces:
PaymentGatewayTamperProofSealService

@Service("blPaymentGatewayTamperProofSealService") public class PaymentGatewayTamperProofSealServiceImpl extends Object implements PaymentGatewayTamperProofSealService

This default implementation encodes the seal using a URL-Safe Base64 encoder and 'HmacSHA1'

Author:
Elbert Bautista (elbertbautista)