Class DefaultApplePayCertificateAndKeyFormats
java.lang.Object
com.broadleafcommerce.vendor.checkoutcom.service.session.DefaultApplePayCertificateAndKeyFormats
Default formats reported in
CheckoutComApplePayCertificateAndKeyProvider.getCertAndKeyFormat()-
Field Summary
Fields -
Method Summary
-
Field Details
-
FULL_PEM_FILE
The contents are the full '.pem' file representing the certificate/key.- See Also:
-
DER
The contents are the contents of the '.pem' file without the '-----BEGIN' header and '-----END' footer and without line breaks. Or the content is the content of a DER file base64 encoded- See Also:
-