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

/dalvik/libcore/security/src/main/java/java/security/
H A DAlgorithmParameterGenerator.java26 * {@code AlgorithmParameterGenerator} is an engine class which is capable of
29 public class AlgorithmParameterGenerator { class
32 private static final String SERVICE = "AlgorithmParameterGenerator"; //$NON-NLS-1$
50 * Constructs a new instance of {@code AlgorithmParameterGenerator} with the
60 protected AlgorithmParameterGenerator( method in class:AlgorithmParameterGenerator
78 * Returns a new instance of {@code AlgorithmParameterGenerator} for the
83 * @return a new instance of {@code AlgorithmParameterGenerator} for the
90 public static AlgorithmParameterGenerator getInstance(String algorithm)
97 return new AlgorithmParameterGenerator(
104 * Returns a new instance of {@code AlgorithmParameterGenerator} fro
[all...]

Completed in 52 milliseconds