What is the method name of the Java Class "Cookie" to be used to indicate to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL?
setSSL()
setCookieSSL()
setCookieSecure()
setSecure()