Skip to content

llSignRSA

string llSignRSA(string PrivateKey, string Message, string Algorithm)

Returns the base64-encoded RSA signature of Message using PEM-formatted PrivateKey and digest Algorithm (sha1, sha224, sha256, sha384, sha512).

Parameters
PrivateKey (string)
The PEM-formatted private key
Message (string)
The message contents to sign
Algorithm (string)
The digest algorithnm to use: sha1, sha224, sha256, sha384, sha512

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here