i was studying asymmetric encryption and i have a question about this encryption , i know that i can use public key to drcrypt message encrypted using private key and i can use private key to drcrypt message encrypted using private key.
but i was wondering if there is an ability to be using private key to decrypt message is encrypted using itself (private key)?
because i read that the private key is the complete key and you can extract the public key from it , but i searched about this thing but i have not found any decisive answer until now.