Decode Encrypted Message

Can i decode the encrypted message that i sent ? But im trying to use my private key not the recipient private key. Is that possible ? Btw im using nem-sdk for this project.

Hello,
Please check:

Function: let decode = function(private, public, _payload)

I guess when you are sender you should pass your private key (sender private key) and recipient public key.