certID | String (optional) The internal ID that uniquely identifies the certificate data to be updated. See the Usage Notes at the end of this service’s description for information about the relationship between the certID, ownerID, partnerID, and usage parameters. |
ownerID | String (optional) The internal partner ID of the owner of the certificates. See the Usage Notes at the end of this service’s description for information about the relationship between the certID, ownerID, partnerID, and usage parameters. |
partnerID | String (optional) The internal partner ID of the partner with whom the certificate owner does business using the certificates for the specific usage. See the Usage Notes at the end of this service’s description for information about how the updated certificate data is used if partnerID is not specified. See the Usage Notes at the end of this service’s description for information about the relationship between the certID, ownerID, partnerID, and usage parameters. |
usage | String Specify one of the following values: sign - The certificate is used as a signing certificate for the owner to send digitally signed documents to the partner. decrypt - The certificate is used as an encrypt certificate for the owner to send encrypted documents to the partner. ssl - The certificate is used as a client SSL certificate for the owner to establish an SSL connection to the partner’s secure server. See the Usage Notes at the end of this service’s description for information about the relationship between the certID, ownerID, partnerID, and usage parameters. |
chainBytes | Object An array of byte arrays. Each byte array should represent a java.security.cert.X509Certificate. The certificate should be in node-to-root order. The first certificate in the array should be the sign/decrypt/SSL client certificate. Each subsequent certificate should be the certificate that was used to sign the previous certificate in the array. |
keyBytes | Object (optional) A byte array that represents the private key that is used to generate the certificate. Note: If you are updating certificate data for your Enterprise profile, specify the private key using keyAliasName, not keyBytes. |
keyStoreAliasName | String (optional) Alias for the keystore containing the certificate to be updated. Note: Keystores apply only to Enterprise profiles. If you are updating certificate data for your Enterprise profile, supply a value for this parameter. If you are updating certificate data for a partner profile, leave this parameter blank. |
keyAliasName | String (optional) Alias for the private key used to access this certificate in the specified keystore. Note: Key aliases apply only to Enterprise profiles. If you are updating certificate data for a partner profile, specify the private key using keyBytes, not keyAliasName. |
certID | String The internal ID that uniquely identifies the certificate data that is updated. |
updateCount | String Whether to show how many rows were successfully updated in the Trading Networks database. The value 1 indicates to show the number of rows. |