Searched refs:testDefaultKeySize (Results 1 – 2 of 2) sorted by relevance
231 public void testDefaultKeySize() throws Exception { in testDefaultKeySize() method in KeyGeneratorTest232 testDefaultKeySize(false /* useStrongbox */); in testDefaultKeySize()234 testDefaultKeySize(true /* useStrongbox */); in testDefaultKeySize()238 private void testDefaultKeySize(boolean useStrongbox) throws Exception { in testDefaultKeySize() method in KeyGeneratorTest
218 public void testDefaultKeySize() throws Exception { in testDefaultKeySize() method in KeyPairGeneratorTest