remove_key


Description:

public void remove_key (string group_name, string key) throws KeyFileError

Removes key in group_name from the key file.

Parameters:

this

a KeyFile

group_name

a group name

key

a key name to remove

Returns:

true if the key was removed, false otherwise