Home
last modified time | relevance | path

Searched refs:getIterationCount (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DPBEKeyTest.java52 key.getIterationCount(); in test_getIterationCount()
83 public int getIterationCount() { in getIterationCount() method in PBEKeyTest.checkPBEKey
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DPBEKey.java74 int getIterationCount(); in getIterationCount() method
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
DAlgorithmParametersTestPBES2.java190 assertEquals(TEST_PBE_PARAMETER_SPEC.getIterationCount(), encodedSpec.getIterationCount()); in test_encodeAndDecode()
/libcore/ojluni/src/main/java/javax/crypto/spec/
DPBEParameterSpec.java95 public int getIterationCount() { in getIterationCount() method in PBEParameterSpec
DPBEKeySpec.java223 public final int getIterationCount() { in getIterationCount() method in PBEKeySpec
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DPBEKeySpecTest.java275 pbeks.getIterationCount() == iterationCount); in testGetIterationCount()
279 pbeks.getIterationCount() == 0); in testGetIterationCount()
DPBEParameterSpecTest.java91 pbeps.getIterationCount() == iterationCount); in testGetIterationCount()
/libcore/api/
Dcurrent.txt19385 method public int getIterationCount();
19473 method public final int getIterationCount();
19482 method public int getIterationCount();