Searched refs:exponentSize (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DDHGenParameterSpec.java51 private int exponentSize; field in class:DHGenParameterSpec
61 * @param exponentSize the size (in bits) of the random exponent.
63 public DHGenParameterSpec(int primeSize, int exponentSize) { argument
65 this.exponentSize = exponentSize;
83 return this.exponentSize;

Completed in 60 milliseconds