I have implemented asymmetric encryption in my project using "public key" to "encrypt" the message and "private key" to "decrypt" the message.
Do we ever use "private key" to "encrypt" the message and and "public key" to "decrypt". If yes, can someone give me a use case of that and is this kind of cryptography also called "asymmetric encryption"