Returns the public key of the package security.sign of DEISTER SOFTWARE.
1 security.sign.getPublicKey
<security.sign.getPublicKey />
Returns | |
---|---|
Type | Description |
string | Returns the public key of the package security.sign of DEISTER SOFTWARE. |
Example
Returns the public key of the package security.sign of DEISTER SOFTWARE.
Copy
<xsql-script name='push_test'> <body> <println>DEISTER PUBLIC KEY:<security.sign.getPublicKey /></println> </body> </xsql-script>