Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  SYNTAX
 
xpfEncryptString (decryptedString : STRING;
                  encryptionKey   : STRING)
                  encryptedString : STRING

;
 
 

Code Block
languagecpp
themeConfluence
FUNCTION xpfEncryptString (decryptedString : STRING;
                           encryptionKey   : STRING)
                           encryptedString : STRING;                

The xpfEncryptString function encrypes a string, decryptedString, using the encryptionKey encryptionKey . The length The length of the encryptionKey must be exactly 16 characters.

Arguments

...

TypeNameComment
STRINGdecryptedStringcomments
STRINGencryptionKey 

Return Value

...

 

TypeNameComment
STRINGencryptedStringcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"