Searched refs:IkeDhParams (Results 1 – 3 of 3) sorted by relevance
23 import com.android.internal.net.ipsec.ike.IkeDhParams;166 IkeDhParams.PRIME_1024_BIT_MODP); in IkeKePayload()172 IkeDhParams.PRIME_2048_BIT_MODP); in IkeKePayload()178 IkeDhParams.PRIME_3072_BIT_MODP); in IkeKePayload()184 IkeDhParams.PRIME_4096_BIT_MODP); in IkeKePayload()192 BigInteger baseGen = BigInteger.valueOf(IkeDhParams.BASE_GENERATOR_MODP); in IkeKePayload()
30 import com.android.internal.net.ipsec.ike.IkeDhParams;168 BigInteger expectedPrimeValue = new BigInteger(IkeDhParams.PRIME_1024_BIT_MODP, 16); in testGetIkeKePayload()172 BigInteger expectedGenValue = BigInteger.valueOf(IkeDhParams.BASE_GENERATOR_MODP); in testGetIkeKePayload()
20 public class IkeDhParams { class