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

/libcore/ojluni/src/main/java/javax/crypto/interfaces/
H A DPBEKey.java74 int getIterationCount(); method in interface:PBEKey
/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DPBEParameterSpec.java95 public int getIterationCount() { method in class:PBEParameterSpec
H A DPBEKeySpec.java224 public final int getIterationCount() { method in class:PBEKeySpec
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DPBEKeyTest.java52 key.getIterationCount();
83 public int getIterationCount() { method in class:PBEKeyTest.checkPBEKey

Completed in 96 milliseconds