![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
tpco_calcHMAC | |
This function calculates an HMAC key from the input data. More... | |
tpco_decrypt | |
This function decrypts strings (see tpco_encrypt). More... | |
tpco_encrypt | |
This function encrypts strings. More... | |
tpco_calcHMAC |
This function calculates an HMAC key from the input data.
dig | the digests (sha1, md5, sha) |
keymode | STRING or BIN (if BIN the key must be encoded in HEX16) |
key | the key |
datamode | STRING or BIN (if BIN the data must be encoded in HEX16) |
data | the data |
outputmode | HEX16 or B64 - the result is encoded as HEX16 or BASE64 |
tpco_decrypt |
This function decrypts strings (see tpco_encrypt).
Very simple symmetric encryption algorithm (32Bit Random).
key | the key string (32Bit - 4 chars) |
string | the crypted string |
tpco_encrypt |
This function encrypts strings.
Very simple symmetric encryption algorithm (32Bit Random).
key | the key string (32Bit - 4 chars) |
string | the input string |