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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DDSAKeyFactoryImplTest.java80 static DSAParams privateParams; field in class:DSAKeyFactoryImplTest
128 privateParams = privateKey.getParams();
130 privateP = privateParams.getP();
131 privateQ = privateParams.getQ();
132 privateG = privateParams.getG();
798 final BigInteger p = privateParams.getP();
799 final BigInteger q = privateParams.getP();
800 final BigInteger g = privateParams.getP();

Completed in 77 milliseconds