getCipherTextByToken()
Get ciphertext values associated with given tokens.
Syntax
public void getCipherTextByToken (Connection conn, String tableName, String [] metaData, String [] tokens, byte [][] cipherText) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
tableName | String | Token vault table name. |
metaData | String array | Custom data associated with tokens. |
tokens | String array | Tokens for which ciphertext values are requested. |
cipherText | Array | Output array of ciphertext values. |