HomeSort by relevance Sort by last modified time
    Searched refs:rkgps (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAKeyGenParameterSpecTest.java 60 RSAKeyGenParameterSpec rkgps = local
62 assertEquals(512, rkgps.getKeysize());
70 RSAKeyGenParameterSpec rkgps = local
72 assertEquals(0, rkgps.getPublicExponent().intValue());
  /libcore/luni/src/test/java/tests/security/spec/
RSAKeyGenParameterSpecTest.java 53 RSAKeyGenParameterSpec rkgps = local
55 assertEquals(512, rkgps.getKeysize());
63 RSAKeyGenParameterSpec rkgps = local
65 assertEquals(0, rkgps.getPublicExponent().intValue());

Completed in 53 milliseconds