Java android.net.wifi WifiEnterpriseConfig fields, constructors, methods, implement or subclass

Example usage for Java android.net.wifi WifiEnterpriseConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net.wifi WifiEnterpriseConfig.

The text is from its open source code.

Constructor

Method

voidsetAnonymousIdentity(String anonymousIdentity)
Set anonymous identity.
voidsetCaCertificate(@Nullable X509Certificate cert)
Specify a X.509 certificate that identifies the server.
voidsetClientKeyEntry(PrivateKey privateKey, X509Certificate clientCertificate)
Specify a private key and client certificate for client authorization.
voidsetEapMethod(int eapMethod)
Set the EAP authentication method.
voidsetIdentity(String identity)
Set the identity
voidsetPassword(String password)
Set the password.
voidsetPhase2Method(int phase2Method)
Set Phase 2 authentication method.
voidsetSubjectMatch(String subjectMatch)
Set subject match (deprecated).