Searched refs:osu (Results 1 – 25 of 46) sorted by relevance
12
1 package com.android.hotspot2.osu;5 import com.android.hotspot2.osu.commands.BrowserURI;6 import com.android.hotspot2.osu.commands.ClientCertInfo;7 import com.android.hotspot2.osu.commands.GetCertData;8 import com.android.hotspot2.osu.commands.MOData;9 import com.android.hotspot2.osu.commands.MOURN;10 import com.android.hotspot2.osu.commands.OSUCommandData;
1 package com.android.hotspot2.osu;5 import com.android.hotspot2.osu.commands.OSUCommandData;
1 package com.android.hotspot2.osu;21 import com.android.hotspot2.osu.commands.BrowserURI;22 import com.android.hotspot2.osu.commands.ClientCertInfo;23 import com.android.hotspot2.osu.commands.GetCertData;24 import com.android.hotspot2.osu.commands.MOData;66 public OSUClient(String osu, KeyStore ks) throws MalformedURLException { in OSUClient() argument68 mURL = new URL(osu); in OSUClient()
1 package com.android.hotspot2.osu;63 public X509Certificate getOSUCertificate(URL osu) throws GeneralSecurityException { in getOSUCertificate() argument64 return mSocketFactory.getOSUCertificate(osu); in getOSUCertificate()
1 package com.android.hotspot2.osu;
1 package com.android.hotspot2.osu.service;5 import com.android.hotspot2.osu.OSUManager;6 import com.android.hotspot2.osu.OSUOperationStatus;
1 package com.android.hotspot2.osu.service;9 import com.android.hotspot2.osu.OSUManager;
7 import com.android.hotspot2.osu.OSUInfo;8 import com.android.hotspot2.osu.OSUOperationStatus;
21 import com.android.hotspot2.osu.OSUCertType;22 import com.android.hotspot2.osu.OSUInfo;23 import com.android.hotspot2.osu.OSUManager;24 import com.android.hotspot2.osu.commands.MOData;
1 package com.android.hotspot2.osu.commands;
3 import com.android.hotspot2.osu.OSUError;4 import com.android.hotspot2.osu.OSUStatus;