HomeSort by relevance Sort by last modified time
    Searched full:pbeps (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEParameterSpecTest.java 54 PBEParameterSpec pbeps = new PBEParameterSpec(salt, iterationCount); local
58 salt[0] == pbeps.getSalt()[0]);
69 PBEParameterSpec pbeps = new PBEParameterSpec(salt, iterationCount); local
70 byte[] result = pbeps.getSalt();
78 result[0] == pbeps.getSalt()[0]);
88 PBEParameterSpec pbeps = new PBEParameterSpec(salt, iterationCount); local
91 pbeps.getIterationCount() == iterationCount);
104 PBEParameterSpec pbeps = new PBEParameterSpec(salt, iterationCount, null); local
107 pbeps.getParameterSpec());
111 pbeps = new PBEParameterSpec(salt, iterationCount, aps)
    [all...]

Completed in 75 milliseconds