FileDocCategorySizeDatePackage
WifiEnterpriseConfig.javaAPI DocAndroid 5.1 API2766Sat Mar 14 14:09:40 GMT 2015android.net.wifi

WifiEnterpriseConfig

public class WifiEnterpriseConfig extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public WifiEnterpriseConfig()


    throw new RuntimeException("Stub!"); 
public WifiEnterpriseConfig(WifiEnterpriseConfig source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetAnonymousIdentity()

 throw new RuntimeException("Stub!"); 
public java.security.cert.X509CertificategetCaCertificate()

 throw new RuntimeException("Stub!"); 
public java.security.cert.X509CertificategetClientCertificate()

 throw new RuntimeException("Stub!"); 
public intgetEapMethod()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetIdentity()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPassword()

 throw new RuntimeException("Stub!"); 
public intgetPhase2Method()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubjectMatch()

 throw new RuntimeException("Stub!"); 
public voidsetAnonymousIdentity(java.lang.String anonymousIdentity)

 throw new RuntimeException("Stub!"); 
public voidsetCaCertificate(java.security.cert.X509Certificate cert)

 throw new RuntimeException("Stub!"); 
public voidsetClientKeyEntry(java.security.PrivateKey privateKey, java.security.cert.X509Certificate clientCertificate)

 throw new RuntimeException("Stub!"); 
public voidsetEapMethod(int eapMethod)

 throw new RuntimeException("Stub!"); 
public voidsetIdentity(java.lang.String identity)

 throw new RuntimeException("Stub!"); 
public voidsetPassword(java.lang.String password)

 throw new RuntimeException("Stub!"); 
public voidsetPhase2Method(int phase2Method)

 throw new RuntimeException("Stub!"); 
public voidsetSubjectMatch(java.lang.String subjectMatch)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");