Package DE_EPAGES::SIA::API::Request::Signature
Creating signature needed for communication with payment provider.
Functions
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 |
|
getSha256HexString
Provides signature hash needed for firmToken.
Syntax |
$self->getSha256HexString(); |
Return |
|