HomeSort by relevance Sort by last modified time
    Searched full:generatoralgorithm (Results 1 - 1 of 1) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 41 private String generatorAlgorithm;
46 this.generatorAlgorithm = algorithm.toString();
55 this.generator = KeyPairGenerator.getInstance(generatorAlgorithm, provider);

Completed in 993 milliseconds