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

/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DPBEKeySpec.java63 public class PBEKeySpec implements KeySpec { class in inherits:KeySpec
75 * the new <code>PBEKeySpec</code> object.
79 public PBEKeySpec(char[] password) { method in class:PBEKeySpec
96 * the new <code>PBEKeySpec</code> object.
107 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, method in class:PBEKeySpec
141 * <code>PBEKeySpec</code> object.
150 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { method in class:PBEKeySpec

Completed in 76 milliseconds