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

/libcore/luni/src/main/java/java/security/
H A DKeyFactory.java25 * {@code KeyFactory} is an engine class that can be used to translate between
30 public class KeyFactory { class
32 private static final String SERVICE = "KeyFactory";
47 * Constructs a new instance of {@code KeyFactory} with the specified
57 protected KeyFactory(KeyFactorySpi keyFacSpi, method in class:KeyFactory
66 * Returns a new instance of {@code KeyFactory} that utilizes the specified
71 * @return a new instance of {@code KeyFactory} that utilizes the specified
76 public static KeyFactory getInstance(String algorithm)
82 return new KeyFactory((KeyFactorySpi) sap.spi, sap.provider, algorithm);
86 * Returns a new instance of {@code KeyFactory} tha
[all...]

Completed in 99 milliseconds