The parameter definitions for CSNBCVE.
- c_variable_encrypting_key_identifier
| Direction: |
Input |
| Type: |
String |
A pointer to a string variable containing an operational DES key-token or a key label of an
operational DES key-token record. The key token must contain a control vector that specifies a
CVARENC key-type.
- text_length
| Direction: |
Input |
| Type: |
Integer |
A pointer to an integer variable containing the length of the
plain_text variable and the cipher_text variable.
- plain_text
| Direction: |
Input |
| Type: |
String |
A pointer to is a string variable containing the plaintext to be encrypted.
- initialization_vector
| Direction: |
Input |
| Type: |
String |
A pointer to a string variable containing the 8-byte initialization vector that the verb
uses in encrypting the plaintext.
- cipher_text
| Direction: |
Output |
| Type: |
String |
A pointer to a string variable containing the ciphertext returned by the verb.