For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sasl.srp.KDF

Packages that use KDF
gnu.crypto.sasl.srp Provides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl.  
 

Uses of KDF in gnu.crypto.sasl.srp
 

Methods in gnu.crypto.sasl.srp that return KDF
(package private) static KDF KDF.getInstance(byte[] K)
          A Factory mehod that returns an instance of a KDF based on supplied seed data.
 

Methods in gnu.crypto.sasl.srp with parameters of type KDF
 void IALG.init(KDF kdf)
           
 void CALG.init(KDF kdf, byte[] iv, Direction dir)
          Initialises a SASL-SRP CALG implementation.
 


For the latest news and information visit
The GNU Crypto project

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