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

Uses in package gnu.crypto.sasl.srp

Methods with parameter type gnu.crypto.sasl.srp.KDF

void
IALG.init(KDF kdf)
void
CALG.init(KDF kdf, byte[] iv, Direction dir)
Initialises a SASL-SRP CALG implementation.

Methods with return type gnu.crypto.sasl.srp.KDF

KDF
KDF.getInstance(byte[] K)
A Factory mehod that returns an instance of a KDF based on supplied seed data.

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