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

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 8 public abstract class PBEParametersGenerator
17 protected PBEParametersGenerator()
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMUtilities.java 22 import org.bouncycastle.crypto.PBEParametersGenerator;
83 PBEParametersGenerator generator = new PKCS5S2ParametersGenerator();
86 PBEParametersGenerator.PKCS5PasswordToBytes(password),
268 pGen.init(PBEParametersGenerator.PKCS5PasswordToBytes(password), salt);

Completed in 16 milliseconds