Skip to main content

Generate Key Pair

Generate a dedicated Splitit key pair that you can use to PGP-encrypt traffic sent to Splitit or to verify that a message coming from Splitit is authentic (RSA). In the first scenario, Splitit securely holds the private key half of the pair and you encrypt your outgoing traffic with the public key half. In the second scenario, you use your public key half to verify that Splitit's communication originated at Splitit (Splitit signs with their private key half).

  • Use to encrypt your sensitive outgoing traffic to Splitit that requires an additional layer of encryption (MLE)
  • Have Splitit sign reports or other sensitive outgoing traffic so you can verify their authenticity
Request Body REQUIRED
OwnerCode string REQUIRED

Given to you by Splitit support, same as Owner in other calls

Type string REQUIRED

Possible values: [RSA, PGP]

Usage string[] REQUIRED

Possible values: [Unknown, Reports, Authentication, MessageLevelEncryption, CredentialsDownload, ResponseSignature]

Length int32 REQUIRED
ExpirationUtc date-time REQUIRED
PgpPassPhrase string
RelatedClientId string
Responses
200
Schema OPTIONAL
UniqueId string OPTIONAL
Key string OPTIONAL
ExpirationUtc date-time OPTIONAL
Algorithm string OPTIONAL
400
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
404
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
500
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL