Searched defs:KeyFactory (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/
H A DKeyFactory.java27 * {@code KeyFactory} is an engine class that can be used to translate between
32 public class KeyFactory { class
34 private static final String SERVICE = "KeyFactory"; //$NON-NLS-1$
50 * Constructs a new instance of {@code KeyFactory} with the specified
60 protected KeyFactory(KeyFactorySpi keyFacSpi, method in class:KeyFactory
69 * Returns a new instance of {@code KeyFactory} that utilizes the specified
74 * @return a new instance of {@code KeyFactory} that utilizes the specified
79 public static KeyFactory getInstance(String algorithm)
86 return new KeyFactory((KeyFactorySpi)engine.spi, engine.provider, algorithm);
91 * Returns a new instance of {@code KeyFactory} tha
[all...]

Completed in 50 milliseconds