提供給 Google 的 PGP 公開金鑰必須具有用於加密的子金鑰。使用子金鑰可與主要金鑰分開輪替。主要金鑰用於驗證身分。私密金鑰須為 2048 個位元以上的 RSA 金鑰,效期為一年,生命週期最長為兩年。
在開始開發之前,您必須先與 Google 交換 PGP 金鑰。在這個步驟中,您將產生 PGP 公開/私密金鑰組,將公開金鑰提供給 Google,並從 Google 收回公開金鑰。在開發期間,您只需要交換在非正式版環境中用於開發及測試的沙箱金鑰。在測試及發布正式版之前,您必須執行另一項正式版金鑰的交換作業。
在開始開發之前,您必須先與 Google 交換 JWE 金鑰。在這個步驟中,您會產生公開/私密金鑰組,然後將公開金鑰提供給 Google,並取得 Google 提供的公開金鑰。在開發期間,您只需要交換在非正式版環境中用於開發及測試的沙箱金鑰。在測試及發布正式版之前,您必須執行另一項正式版金鑰的交換作業。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-10-16 (世界標準時間)。"],[[["Chargeback Alert APIs leverage either PGP or JWE for application layer encryption to ensure data security."],["PGP encryption requires partners to manage and rotate RSA keys, adhering to specific guidelines for key generation and encryption algorithms."],["JWE encryption, along with JWS signing, offers a standardized approach using JSON Web Tokens for secure communication, with specific algorithm and key management requirements."],["Partners must exchange both PGP and JWE/JWS keys with Google for development and production environments to enable secure data transmission."],["Both PGP and JWE/JWS private keys should have a one-year expiration with a maximum lifetime of two years to maintain security standards."]]],["Chargeback Alert APIs support PGP or JWE encryption. PGP requires partners to encrypt, decrypt, and sign payloads with multiple keys, using specific algorithms like `AES256` and `SHA384`. PGP keys must be at least 2048-bit RSA keys, expiring within one year. JWE uses Compact Serialization, RSA-OAEP, and various encryption algorithms, with JWS for signing. JWE/JWS key exchange, using the JWK format, is mandatory before development, using sandbox keys for testing and production keys for live use. Private keys, which must expire in one year, should remain on the partner's server.\n"]]