Searched refs:testKeyGeneration (Results 1 – 4 of 4) sorted by relevance
174 void testKeyGeneration(ECParameterSpec ecParams, boolean isStandard) throws Exception { in testKeyGeneration() method in EcKeyTest200 testKeyGeneration(EcUtil.getNistP224Params(), true); in testKeyGenerationAll()201 testKeyGeneration(EcUtil.getNistP256Params(), true); in testKeyGenerationAll()202 testKeyGeneration(EcUtil.getNistP384Params(), true); in testKeyGenerationAll()203 testKeyGeneration(EcUtil.getNistP521Params(), true); in testKeyGenerationAll()205 testKeyGeneration(EcUtil.getBrainpoolP256r1Params(), false); in testKeyGenerationAll()
841 public void testKeyGeneration(int keysize) throws Exception { in testKeyGeneration() method in DsaTest886 testKeyGeneration(1024); in testKeyGenerationAll()887 testKeyGeneration(2048); in testKeyGenerationAll()
1462 public void testKeyGeneration() throws Exception { in testKeyGeneration() method in RsaKeyTest
136 public void testKeyGeneration() throws Exception { in testKeyGeneration() method in EciesTest