super();
if (cookie == null) { throw new IllegalArgumentException("Cookie may not be null"); } if (origin == null) { throw new IllegalArgumentException("Cookie origin may not be null"); } return !cookie.isSecure() || origin.isSecure();
if (cookie == null) { throw new IllegalArgumentException("Cookie may not be null"); } cookie.setSecure(true);