Multiple choice technology security What is the functionality of the seal() method ? Creates a seal that binds a set of data and includes an expiration timestamp Encodes the data Hashes the data Scrambles the data Reveal answer Fill a bubble to check yourself A Correct answer Explanation The seal method in ESAPI encrypts data and embeds an expiration timestamp. This creates a secure token ensuring that the package cannot be tampered with or read, and will be rejected as invalid once the expiration timestamp has passed.