Model
Signature
Magento\Sales\Model\Rss\Signature
What it does
This class provides signature generation and validation functionality for RSS feeds in Magento 2's Sales module.
Developers use it to secure RSS feed URLs by creating cryptographic signatures that prevent unauthorized access or tampering.
It's commonly used when generating secure links for order notifications and customer-specific RSS feeds.
Public Methods
- signData()
- isValid()