Class DefaultCheckoutComApplePayCertificateAndKeyProvider

java.lang.Object
com.broadleafcommerce.vendor.checkoutcom.service.session.DefaultCheckoutComApplePayCertificateAndKeyProvider
All Implemented Interfaces:
CheckoutComApplePayCertificateAndKeyProvider

@Deprecated(since="2.0.4", forRemoval=true) public class DefaultCheckoutComApplePayCertificateAndKeyProvider extends Object implements CheckoutComApplePayCertificateAndKeyProvider
Deprecated, for removal: This API element is subject to removal in a future version.
this is not secure and not advised to use beyond dev env. Use StringBase64CheckoutComApplePayCertificateAndKeyProvider instead
The default implementation for CheckoutComApplePayCertificateAndKeyProvider. This uses ClassPathResource to get the certificate and private key from the class path resources.
Author:
Dima Myroniuk (dmyroniuk)