The following table gives a brief description of each of the return codes.
|
Return Code |
Description |
|---|---|
|
EncryptionNotUsed |
Indicates to the runtime that the user exit did not perform any encryption to the provided data buffer. |
|
EncryptionUsed |
Indicates to the runtime that the user exit did perform encryption on the provided data. The runtime marks the CFB as being encrypted. An encrypted CFB will trigger the decryption counterpart user exit to be invoked by the target server manager. The server side decryption user exit is TIRDCRYP. |
|
EncryptionFailure |
Indicates to the runtime that an error was encountered by the user exit and that the processing of the associated request has failed. The error indication and message string returned using the failureMsg argument would be returned to the proxy runtime. The proxy runtime will pop up an error message display indicating the failed request. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|