Home > Contents > Index >
csmac:string
Generates a MAC string for any string with a specific store's current key.
Syntax
<csmac:string value="stringval
" storeid="storeid
" varname="stringvar
"/>Parameters
value
(required)- Input parameter. String from which the MAC should be calculated.
storeid
(required)- Input parameter. Identifier of the Transact store whose secret key is used to generate the MAC.
varname
(required)- Input and output parameter. Name of a variable to write to with the MAC string of the form
MAC:kid=storeID.keyID
. For example, with a value ofname1=val1
and storeID of400003
, the following could be returned (depending on current key values):
Ha3857e21f48349086c5523843495550c:kid=400003.4
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.