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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAParameterGenerator.java289 private byte[] toByteArray(BigInteger bigInt) { argument
290 byte[] result = bigInt.toByteArray();

Completed in 29 milliseconds