pg_transparent_crypt_policy_algorithm
更新时间 2025-02-05 09:36:54
最近更新时间: 2025-02-05 09:36:54
本页介绍天翼云TeleDB数据库元数据pg_transparent_crypt_policy_algorithm的内容。
存储透明加密中的算法策略。
名称 | 类型 | 定义 |
---|---|---|
algorithm_id | int16 | 加密算法的ID |
option | int16 | 加密选项 |
algorithm_name | NameData | 加密算法的名称 |
encrypt_oid | Oid | 加密函数的OID |
decrypt_oid | Oid | 解密函数的OID |
password | text | 密码 |
pubkey | text | 公钥 |
privatekey | text | 私钥 |
option_args | text | 加密选项的参数 |