Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有人熟悉以下使用签名进行身份验证的模式?
Profile user = new BaseProfile.Builder("name", "password").signature("AfcWX...").build();
代替签名,我们可以使用证书(PKCS12)进行身份验证吗?
我应该给出它的路径还是实际的证书?
一般来说,您必须提供证书的路径。我将 PHP 与 CURL 一起使用,我必须告诉它文件所在的位置。某些系统可能会将其视为字符串。
当您请求 API 凭证时,您会从 Paypal 获得证书。