Searched refs:IkeAuthConfig (Results 1 – 5 of 5) 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()337 IkeAuthConfig.fromPersistableBundle(in.getPersistableBundle(LOCAL_AUTH_KEY)), in fromPersistableBundle()338 IkeAuthConfig.fromPersistableBundle(in.getPersistableBundle(REMOTE_AUTH_KEY))); in fromPersistableBundle()497 public IkeAuthConfig getLocalAuthConfig() { in getLocalAuthConfig()503 public IkeAuthConfig getRemoteAuthConfig() { in getRemoteAuthConfig()706 public abstract static class IkeAuthConfig { class in IkeSessionParams715 IkeAuthConfig(@IkeAuthMethod int authMethod, @AuthDirection int authDirection) { in IkeAuthConfig() method in IkeSessionParams.IkeAuthConfig[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 {
84 import android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig;3836 IkeAuthConfig authConfig = mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()