Home
last modified time | relevance | path

Searched refs:Credential (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DCredential.java14 public class Credential { class
38 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
66 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
67 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) { in Credential()
86 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
106 public Credential(Credential other, String password) { in Credential() method in Credential
178 Credential that = (Credential) o; in equals()
DHomeSP.java21 private final Credential mCredential;
43 Credential credential) { in HomeSP()
76 Credential credential, in HomeSP()
143 public Credential getCredential() { in getCredential()
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
DCredential.java11 public class Credential implements AuthParam { class
29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload) in Credential() method in Credential
57 } else if (thatObject == null || thatObject.getClass() != Credential.class) {
60 return ((Credential) thatObject).getCredType() == getCredType();
DEAPMethod.java68 addAuthParam(new Credential(authInfoID, len, paramPayload)); in EAPMethod()
71 addAuthParam(new Credential(authInfoID, len, paramPayload)); in EAPMethod()
112 public int match(com.android.hotspot2.pps.Credential credential) { in match()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
DCredential.java11 public class Credential implements AuthParam { class
29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload) in Credential() method in Credential
57 } else if (thatObject == null || thatObject.getClass() != Credential.class) {
60 return ((Credential) thatObject).getCredType() == getCredType();
DEAPMethod.java69 addAuthParam(new Credential(authInfoID, len, paramPayload)); in EAPMethod()
72 addAuthParam(new Credential(authInfoID, len, paramPayload)); in EAPMethod()
113 public int match(com.android.server.wifi.hotspot2.pps.Credential credential) { in match()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DCredential.java23 public class Credential { class
47 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
75 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
76 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) { in Credential()
95 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, in Credential() method in Credential
115 public Credential(Credential other, String password) { in Credential() method in Credential
132 public Credential(WifiEnterpriseConfig enterpriseConfig, KeyStore keyStore, boolean update) in Credential() method in Credential
282 Credential that = (Credential) o;
DHomeSP.java43 private final Credential mCredential;
65 Credential credential) { in HomeSP()
98 Credential credential, in HomeSP()
308 public Credential getCredential() { return mCredential; } in getCredential()
/frameworks/base/packages/Osu/src/com/android/configparse/
DConfigBuilder.java15 import com.android.hotspot2.pps.Credential;
38 Credential credential = homeSP.getCredential(); in buildConfig()
100 Credential credential = homeSP.getCredential(); in buildTTLSConfig()
129 Credential credential = homeSP.getCredential(); in buildTLSConfig()
136 if (credential.getCertType() != Credential.CertType.x509v3) { in buildTLSConfig()
168 Credential credential = homeSP.getCredential(); in buildSIMConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DConfigBuilder.java17 import com.android.server.wifi.hotspot2.pps.Credential;
176 Credential credential = homeSP.getCredential(); in buildConfig()
238 Credential credential = homeSP.getCredential(); in buildTTLSConfig()
267 Credential credential = homeSP.getCredential(); in buildTLSConfig()
274 if (credential.getCertType() != Credential.CertType.x509v3) { in buildTLSConfig()
306 Credential credential = homeSP.getCredential(); in buildSIMConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DNAIRealmElement.java6 import com.android.server.wifi.hotspot2.pps.Credential;
49 public int match(Credential credential) { in match()
DNAIRealmData.java6 import com.android.server.wifi.hotspot2.pps.Credential;
61 public int match(List<String> credLabels, Credential credential) { in match()
/frameworks/opt/net/wifi/tests/wifitests/assets/
Dr1.PerProviderSubscription.conf9 a:Credential+
74 a:Credential+
Dr2.PerProviderSubscription.conf57 a:Credential+
78 a:Credential+
Druckus.PerProviderSubscription.conf57 a:Credential+
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java15 import com.android.hotspot2.pps.Credential;
575 Credential cred = homeSP.getCredential(); in buildHomeSPTree()
612 certNode.addChild(TAG_CertificateType, null, Credential.CertTypeX509, null); in buildHomeSPTree()
734 Credential credential = buildCredential(ppsRoot.getChild(TAG_Credential)); in buildHomeSP()
763 private static Credential buildCredential(OMANode credNode) throws OMAException { in buildCredential()
828 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, userName, in buildCredential()
838 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, in buildCredential()
839 Credential.mapCertType(certTypeString), fingerPrint); in buildCredential()
852 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, imsi); in buildCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java14 import com.android.server.wifi.hotspot2.pps.Credential;
534 Credential cred = homeSP.getCredential(); in buildHomeSPTree()
571 certNode.addChild(TAG_CertificateType, null, Credential.CertTypeX509, null); in buildHomeSPTree()
693 Credential credential = buildCredential(ppsRoot.getChild(TAG_Credential)); in buildHomeSP()
722 private static Credential buildCredential(OMANode credNode) throws OMAException { in buildCredential()
787 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, userName, in buildCredential()
797 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, in buildCredential()
798 Credential.mapCertType(certTypeString), fingerPrint); in buildCredential()
811 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, imsi); in buildCredential()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DPasspointManagementObjectManagerTest.java33 import com.android.server.wifi.hotspot2.pps.Credential;
101 Credential credential = new Credential(enterpriseConfig, keyStore, false); in addMoFromWifiConfig()
DWifiConfigManagerTest.java50 import com.android.server.wifi.hotspot2.pps.Credential;
629 new Credential(0, 0, null, false, null, null), in testLoadConfiguredNetworks()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java14 import com.android.server.wifi.hotspot2.pps.Credential;
279 Credential credential) { in getWPSNetCommands()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUClient.java25 import com.android.hotspot2.pps.Credential;
361 Credential credential = homeSP.getCredential(); in createHandler()
/frameworks/base/docs/html/preview/features/
Ddirect-boot.jd26 <li><i>Credential encrypted storage</i>, which is the default storage location
51 Credential encrypted storage is only available after the user has successfully
/frameworks/base/docs/html/about/versions/marshmallow/
Dsamples.jd40 <a href="{@docRoot}samples/ConfirmCredential/index.html">Confirm Credential</a>: This sample
/frameworks/base/docs/html/samples/new/
Dindex.jd52 Credential</a>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java73 import com.android.server.wifi.hotspot2.pps.Credential;
2017 Credential credential = in addOrUpdateNetworkNative()
2018 new Credential(config.enterpriseConfig, mKeyStore, !newNetwork); in addOrUpdateNetworkNative()

12