package org.apache.http.impl.cookie; import org.apache.http.cookie.Cookie; import org.apache.http.cookie.CookieOrigin; import org.apache.http.cookie.MalformedCookieException; import org.apache.http.cookie.SetCookie; @Deprecated /* loaded from: classes5.dex */ public class BasicSecureHandler extends AbstractCookieAttributeHandler { public BasicSecureHandler() { throw new RuntimeException("Stub!"); } @Override // org.apache.http.cookie.CookieAttributeHandler public void parse(SetCookie setCookie, String str) throws MalformedCookieException { throw new RuntimeException("Stub!"); } @Override // org.apache.http.impl.cookie.AbstractCookieAttributeHandler, org.apache.http.cookie.CookieAttributeHandler public boolean match(Cookie cookie, CookieOrigin cookieOrigin) { throw new RuntimeException("Stub!"); } }