getTokenVaultInfo()
Get token vault information from meta data tables.
Syntax
public void getTokenVaultInfo (Connection conn, String owner, String tableName, HashMap<String, String> info) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
owner | String | Owner/schema that contains metadata tables. |
info | String | Output object that must be populated with the following string pairs: • CryptoKeyName - Name of the key used for encryption/decryption.• HMACKeyName - Name of the key used for HMAC operations.• KeyRotationDate - Date/time when key rotation started.• TokenVaultName - Name of the token vault corresponding to the table name. |
Tip
Refer to data examples for getDatabaseMetaInfo().