HomeSort by relevance Sort by last modified time
    Searched defs:KeyFactory (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/security/
KeyFactory.java 25 * {@code KeyFactory} is an engine class that can be used to translate between
30 public class KeyFactory {
32 private static final String SERVICE = "KeyFactory";
48 * Constructs a new instance of {@code KeyFactory} with the specified
58 protected KeyFactory(KeyFactorySpi keyFacSpi,
67 * Returns a new instance of {@code KeyFactory} that utilizes the specified
72 * @return a new instance of {@code KeyFactory} that utilizes the specified
77 public static KeyFactory getInstance(String algorithm)
84 return new KeyFactory((KeyFactorySpi)engine.spi, engine.provider, algorithm);
89 * Returns a new instance of {@code KeyFactory} that utilizes the specifie
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 26 import java.security.KeyFactory;
45 @TestTargetClass(KeyFactory.class)
48 private static final String KEYFACTORY_ID = "KeyFactory.";
94 * @tests java.security.KeyFactory#KeyFactory(java.security.KeyFactorySpi,
100 method = "KeyFactory",
112 Provider[] providers = Security.getProviders("KeyFactory.DSA");
121 fail("No providers support KeyFactory.DSA");
126 * @tests java.security.KeyFactory#generatePrivate(java.security.spec.KeySpec)
136 // java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec
    [all...]
KeyFactoryTest.java 13 import java.security.KeyFactory;
26 @TestTargetClass(KeyFactory.class)
64 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
85 KeyFactory.getInstance(algorithm);
103 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, TEST_PROVIDER_NAME);
134 KeyFactory.getInstance(combination[0], combination[1]);
151 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, provider)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 234 milliseconds