Signs an IPNS Record cryptographically.
|
In
Exec
|
|
|
Record
IPNS Record Structure (by ref)
|
record to be signed |
|
Private Key (P EM)
Array of Bytes
|
key to be used for signing encoded in PEM format |
|
Password
String
|
password used in encrypting the PEM-encoded private key. If key is unencrypted, leave empty. |
|
Out
Exec
|
|
|
Error Message
String
|
message containing error description |
|
Success
Boolean
|
True if signing was successful, false otherwise |