Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

DE^XUSHSHP: Decrypt Data String

Reference Type: Supported, Category: Electronic Signatures, ICR#: 10045

Description

The DE^XUSHSHP API decrypts a string encrypted by a call to the EN^XUSHSHP: Encrypt Data String API. Typically, this API would be used to decrypt strings when printing a document containing encrypted strings.

Format

  DE^XUSHSHP

Make sure to perform the following steps before calling this API:

  1. NEW all non-namespaced variables.

  2. Set all input variables.

  3. Call the API.

Input Variables

X:

(required) Encrypted string generated by a call to the EN^XUSHSHP: Encrypt Data String API.

X1:

(required) Identification number used as the X1 input variable in the EN^XUSHSHP: Encrypt Data String API.

X2:

(required) Number used as the X2 input variable in the EN^XUSHSHP: Encrypt Data String API.

Output Variables

X:

The decrypted string (can be printed).