Searched refs:authConfig (Results 1 – 1 of 1) sorted by relevance
278 public static PersistableBundle toPersistableBundle(@NonNull IkeAuthConfig authConfig) { in toPersistableBundle() argument279 if (authConfig instanceof IkeAuthPskConfig) { in toPersistableBundle()280 IkeAuthPskConfig config = (IkeAuthPskConfig) authConfig; in toPersistableBundle()283 } else if (authConfig instanceof IkeAuthDigitalSignLocalConfig) { in toPersistableBundle()284 IkeAuthDigitalSignLocalConfig config = (IkeAuthDigitalSignLocalConfig) authConfig; in toPersistableBundle()287 } else if (authConfig instanceof IkeAuthDigitalSignRemoteConfig) { in toPersistableBundle()288 IkeAuthDigitalSignRemoteConfig config = (IkeAuthDigitalSignRemoteConfig) authConfig; in toPersistableBundle()291 } else if (authConfig instanceof IkeAuthEapConfig) { in toPersistableBundle()292 IkeAuthEapConfig config = (IkeAuthEapConfig) authConfig; in toPersistableBundle()