mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
libekmfweb: Retrieve information about keys
Retrieve information about keys managed by EKMF Web, such as the key algorithm, the key size and type. Additional, the key's tags are retrieved. Label tags are used to build the label name of a key. Custom tags can be used to store any kind of textual data together with a key. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
cc9b202a9b
commit
c7afb5baec
@@ -14,6 +14,10 @@ LIBEKMFWEB_1.0 {
|
||||
ekmf_get_last_seq_no;
|
||||
ekmf_clone_template_info;
|
||||
ekmf_free_template_info;
|
||||
ekmf_list_keys;
|
||||
ekmf_get_key_info;
|
||||
ekmf_clone_key_info;
|
||||
ekmf_free_key_info;
|
||||
ekmf_curl_destroy;
|
||||
local: *;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user