File
Doc
Category
Size
Date
Package
WifiEnterpriseConfig.java
API Doc
Android 5.1 API
2766
Sat Mar 14 14:09:40 GMT 2015
android.net.wifi
WifiEnterpriseConfig
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
getAnonymousIdentity
()
throw new RuntimeException("Stub!");
public
java.security.cert.X509Certificate
getCaCertificate
()
throw new RuntimeException("Stub!");
public
java.security.cert.X509Certificate
getClientCertificate
()
throw new RuntimeException("Stub!");
public
int
getEapMethod
()
throw new RuntimeException("Stub!");
public
java.lang.String
getIdentity
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPassword
()
throw new RuntimeException("Stub!");
public
int
getPhase2Method
()
throw new RuntimeException("Stub!");
public
java.lang.String
getSubjectMatch
()
throw new RuntimeException("Stub!");
public void
setAnonymousIdentity
(
java.lang.String
anonymousIdentity)
throw new RuntimeException("Stub!");
public void
setCaCertificate
(
java.security.cert.X509Certificate
cert)
throw new RuntimeException("Stub!");
public void
setClientKeyEntry
(
java.security.PrivateKey
privateKey,
java.security.cert.X509Certificate
clientCertificate)
throw new RuntimeException("Stub!");
public void
setEapMethod
(
int
eapMethod)
throw new RuntimeException("Stub!");
public void
setIdentity
(
java.lang.String
identity)
throw new RuntimeException("Stub!");
public void
setPassword
(
java.lang.String
password)
throw new RuntimeException("Stub!");
public void
setPhase2Method
(
int
phase2Method)
throw new RuntimeException("Stub!");
public void
setSubjectMatch
(
java.lang.String
subjectMatch)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source