Skip to main content

IKeyManagerSignArgs.encoding property

If the data is a "string" then you can specify which encoding is used. Default is "utf-8"

Signature:

encoding?: 'utf-8' | 'base16' | 'base64' | 'hex';