Added in API level 31
EapSessionConfig.EapTtlsConfig
public
static
class
EapSessionConfig.EapTtlsConfig
extends EapSessionConfig.EapMethodConfig
java.lang.Object | ||
↳ | android.net.eap.EapSessionConfig.EapMethodConfig | |
↳ | android.net.eap.EapSessionConfig.EapTtlsConfig |
EapTtlsConfig represents the configs needed for an EAP-TTLS session.
Summary
Inherited constants |
---|
Public methods | |
---|---|
EapSessionConfig
|
getInnerEapSessionConfig()
Retrieves the inner EAP session config |
X509Certificate
|
getServerCaCert()
Retrieves the provided CA certificate for validating the remote certificate(s) |
Inherited methods | |
---|---|
Public methods
getInnerEapSessionConfig
Added in API level 31
public EapSessionConfig getInnerEapSessionConfig ()
Retrieves the inner EAP session config
Returns | |
---|---|
EapSessionConfig |
an EapSessionConfig representing the config for tunneled EAP authentication
This value cannot be null . |
getServerCaCert
Added in API level 31
public X509Certificate getServerCaCert ()
Retrieves the provided CA certificate for validating the remote certificate(s)
Returns | |
---|---|
X509Certificate |
the CA certificate for validating the received server certificate or null if the system default is preferred |