Android
javax.crypto.spec
public class

javax.crypto.spec.PBEKeySpec

java.lang.Object
javax.crypto.spec.PBEKeySpec KeySpec

Summary

Public Constructors

            PBEKeySpec(char[] password)
            PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength)
            PBEKeySpec(char[] password, byte[] salt, int iterationCount)

Public Methods

    final      void  clearPassword()
    final      int  getIterationCount()
    final      int  getKeyLength()
    final      char[]  getPassword()
    final      byte[]  getSalt()
Methods inherited from class java.lang.Object

Details

Public Constructors

public PBEKeySpec(char[] password)

public PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength)

public PBEKeySpec(char[] password, byte[] salt, int iterationCount)

Public Methods

public final void clearPassword()

public final int getIterationCount()

public final int getKeyLength()

public final char[] getPassword()

public final byte[] getSalt()

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