Searched refs:IkeAuthConfig (Results 1 – 6 of 6) sorted by relevance
229 @NonNull private final IkeAuthConfig mLocalAuthConfig;230 @NonNull private final IkeAuthConfig mRemoteAuthConfig;256 @NonNull IkeAuthConfig localAuthConfig, in IkeSessionParams()257 @NonNull IkeAuthConfig remoteAuthConfig, in IkeSessionParams()497 public IkeAuthConfig getLocalAuthConfig() { in getLocalAuthConfig()503 public IkeAuthConfig getRemoteAuthConfig() { in getRemoteAuthConfig()706 public abstract static class IkeAuthConfig { class in IkeSessionParams773 if (!(o instanceof IkeAuthConfig)) { in equals()777 IkeAuthConfig other = (IkeAuthConfig) o; in equals()1386 private Builder setAuth(IkeAuthConfig local, IkeAuthConfig remote) { in setAuth()[all …]
21 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig;177 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in verifyIkeParamsMinimum()180 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyIkeParamsMinimum()344 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in verifyIkeParamsWithPsk()347 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyIkeParamsWithPsk()386 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEap()389 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEap()406 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEapOnlyAuth()409 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEapOnlyAuth()437 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithDigitalSignature()[all …]
27 import static android.net.ipsec.test.ike.IkeSessionParams.IkeAuthConfig;174 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in verifyAuthPskConfig()179 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyAuthPskConfig()483 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEap()488 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEap()513 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithDigitalSignatureAuth()523 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithDigitalSignatureAuth()745 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEapOnlyOption()762 private static void verifyPersistableBundleEncodeDecodeIsLossless(IkeAuthConfig config) { in verifyPersistableBundleEncodeDecodeIsLossless()764 IkeAuthConfig result = IkeAuthConfig.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
197 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getLocalAuthConfig();201 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getRemoteAuthConfig();234 public abstract static class IkeSessionParams.IkeAuthConfig {237 …Params.IkeAuthDigitalSignLocalConfig extends android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig {243 …arams.IkeAuthDigitalSignRemoteConfig extends android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig {247 …ss IkeSessionParams.IkeAuthEapConfig extends android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig {251 …ss IkeSessionParams.IkeAuthPskConfig extends android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig {
32 import android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig;226 public static PersistableBundle toPersistableBundle(@NonNull IkeAuthConfig authConfig) { in toPersistableBundle()
84 import android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig;3836 IkeAuthConfig authConfig = mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()