Example usage for Java android.net.wifi WifiEnterpriseConfig fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setAnonymousIdentity(String anonymousIdentity) Set anonymous identity. |
void | setCaCertificate(@Nullable X509Certificate cert) Specify a X.509 certificate that identifies the server. |
void | setClientKeyEntry(PrivateKey privateKey, X509Certificate clientCertificate) Specify a private key and client certificate for client authorization. |
void | setEapMethod(int eapMethod) Set the EAP authentication method. |
void | setIdentity(String identity) Set the identity |
void | setPassword(String password) Set the password. |
void | setPhase2Method(int phase2Method) Set Phase 2 authentication method. |
void | setSubjectMatch(String subjectMatch) Set subject match (deprecated). |