Class Base64EncodedPkMessage
Constructors
constructor
Parameters
- ciphertext: string
- mac: string
- ephemeral_key: string
Properties
ciphertext
ciphertext: string
ephemeralKey
ephemeralKey: string
mac
mac: string
Methods
[dispose]
Returns void
free
Returns void
The base64-encoded variant of a PkMessage.
This can be useful if the encrypted message should be put into JSON.