boolean |
-
installKeyFile
(
string uri
,
EcimPasswordString password
);
-
Initiates the key file installation defined by the URI given as a parameter.
The return value is the action Id if the initiation succeeded, otherwise it is 0.
The installation is an asynchronous operation. Progress is reported via attribute reportProgress.
-
Parameters
Name: uri Description: The URI of the key file that is to be installed.
The URI may refer to a local (e.g., file://data/dir/subdir/rbs006.xml) or to a remote (e.g., sftp://myuser@myhostname.ericsson.local/dir/subdir/rbs006.xml) file.
If user name is needed to access the referenced file then the URI shall include the user name. The URI must not contain password.
The generic URI syntax is defined by RFC 2396.
sftp support is reserved for future use.
Name: password Description: Password to access the referenced file.
If authentication is not password based, this parameter will be ignored.
This parameter is reserved for future use.
|