For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl.srp
Class KDF

java.lang.Object
  extended bygnu.crypto.sasl.srp.KDF

public class KDF
extends java.lang.Object

The SASL-SRP KDF implementation, which is also used, depending on how it was instantiated, as a secure Pseudo Random Number Generator.

Version:
$Revision: 1.2 $

Method Summary
 byte[] derive(int length)
           
static KDF getInstance(byte[] sharedSecret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final KDF getInstance(byte[] sharedSecret)

derive

public byte[] derive(int length)

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.