Class DefaultApplePayCertificateAndKeyFormats

java.lang.Object
com.broadleafcommerce.vendor.checkoutcom.service.session.DefaultApplePayCertificateAndKeyFormats

public final class DefaultApplePayCertificateAndKeyFormats extends Object
  • Field Details

    • FULL_PEM_FILE

      public static final String FULL_PEM_FILE
      The contents are the full '.pem' file representing the certificate/key.
      See Also:
    • DER

      public static final String 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: