HomeSort by relevance Sort by last modified time
    Searched defs:PBEKeySpec (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/javax/crypto/spec/
PBEKeySpec.java 30 public class PBEKeySpec implements KeySpec {
38 * Creates a new <code>PBEKeySpec</code> with the specified password.
43 public PBEKeySpec(char[] password) {
56 * Creates a new <code>PBEKeySpec</code> with the specified password, salt,
73 public PBEKeySpec(char[] password, byte[] salt, int iterationCount,
101 * Creates a new <code>PBEKeySpec</code> with the specified password, salt
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) {
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 26 import javax.crypto.spec.PBEKeySpec;
38 * PBEKeySpec(char[] password) method testing. Tests the behavior of
44 PBEKeySpec pbeks = new PBEKeySpec(null);
52 PBEKeySpec pbeks = new PBEKeySpec(password);
60 * PBEKeySpec(char[] password, byte[] salt, int iterationCount, int
72 PBEKeySpec pbeks = new PBEKeySpec(null, salt,
83 new PBEKeySpec(password, null, iterationCount, keyLength)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 27 import javax.crypto.spec.PBEKeySpec;
38 * PBEKeySpec(char[] password) method testing. Tests the behavior of
44 PBEKeySpec pbeks = new PBEKeySpec(null);
52 PBEKeySpec pbeks = new PBEKeySpec(password);
60 * PBEKeySpec(char[] password, byte[] salt, int iterationCount, int
72 PBEKeySpec pbeks = new PBEKeySpec(null, salt,
83 new PBEKeySpec(password, null, iterationCount, keyLength)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 464 milliseconds