![]() |
T4S4
18.2 C7549 A21431
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 |
Referenced by TPSAP::performSapCall().
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 |
Referenced by ITK::connect2TcDB(), and T4X::SOA::getConnectionParameters().
tpco_encrypt |
This function encrypts strings.
Very simple symmetric encryption algorithm (32Bit Random).
key | the key string (32Bit - 4 chars) |
string | the input string |
Referenced by ITK::setConnectionParameters(), ITK::MULTI::CONNECT::setConnectParameters4Batch(), and ITK::MULTI::CONNECT::setConnectParameters4WF().