String crypType = url.getProtocol( ).substring(6); return new CryptURLConnection( url, crypType );
int slash = spec.indexOf('/"); String crypType = spec.substring(start, slash-1); super.parseURL(url, spec, slash, end); setURL( url, "crypt:"+crypType, url.getHost( ), url.getPort(), url.getFile(), url.getRef( ) );