Home | History | Annotate | Download | only in security

Lines Matching defs:KeyFactory

9 import java.security.KeyFactory;
54 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
75 KeyFactory.getInstance(algorithm);
88 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, TEST_PROVIDER_NAME);
119 KeyFactory.getInstance(combination[0], combination[1]);
131 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, provider);
167 KeyFactory.getInstance(algorithm, provider);
179 KeyFactory factory = null;
181 factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
228 KeyFactory factory = null;
230 factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
276 KeyFactory factory = null;
278 factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
358 KeyFactory factory = null;
360 factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
424 super(TEST_PROVIDER_NAME, 1.1, "Test KeyFactory Provider");
425 put("KeyFactory." + TEST_KEYFACTORY_NAME, TestKeyFactorySpi.class.getName());