Android
javax.crypto.spec
public class

javax.crypto.spec.PBEParameterSpec

java.lang.Object
javax.crypto.spec.PBEParameterSpec AlgorithmParameterSpec

Summary

Public Constructors

            PBEParameterSpec(byte[] salt, int iterationCount)

Public Methods

          int  getIterationCount()
          byte[]  getSalt()
Methods inherited from class java.lang.Object

Details

Public Constructors

public PBEParameterSpec(byte[] salt, int iterationCount)

Public Methods

public int getIterationCount()

public byte[] getSalt()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56