ePages 7.28.0 - DE_EPAGES/SIA/API/Request/Signature.pm

Package DE_EPAGES::SIA::API::Request::Signature

Creating signature needed for communication with payment provider.

Functions

getFirmToken
getSha256HexString

getFirmToken

Generates the signature that has to be used in the firmToken field. SIA demanded that we use the public key to create the signature. SIA ensured that the public key is only known by ePages and SIA.

Syntax
$self->getFirmToken();
Return
$firmToken (string)
firmToken signature

getSha256HexString

Provides signature hash needed for firmToken.

Syntax
$self->getSha256HexString();
Return
$sha256HexString (string)
hash