deleteValues()
Delete entries for given hash values from the token vault.
Syntax
public void deleteValues (Connection conn, String tableName, String[] metaData, byte[][] mac) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
tableName | String | Name of the token vault table. |
metaData | String array | Custom data associated with tokens. |
mac | Array | Hash values of the tokens to be deleted. |