EncryptedData: {
    algorithm: EncryptionAlgorithm;
    sourcePublicKey: string;
    recipientPublicKey: string;
    data: string;
    nonce: string;
}

Type declaration

  • algorithm: EncryptionAlgorithm
  • sourcePublicKey: string

    Hex encoded encryptor's public key

  • recipientPublicKey: string

    Hex encoded recipient public key

  • data: string

    Base64 encoded data

  • nonce: string

    Base64 encoded nonce