Verify Master Key
To verify Master Key, run the following sample query:
Sample:
select key_id,creation_time,key_use,keystore_type,origin,con_id from v$encryption_keys order by CREATION_TIME desc;
Note
It will list all key's metadata available in the domain only for the keys which has
Opaque_Object
.Multiple CipherTrust Manager users with
Key_user
privileges in the same domain can view the v$Encryption by adding them to a group. This group is then added toDATA_OBJECT_SUPPORTED_IDEN
object with Read, Use, and Export permission only.