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

Uses in package gnu.crypto.sasl.srp

Constructors with parameter type gnu.crypto.sasl.srp.IALG

SecurityContext.SecurityContext(String mdName, byte[] sid, byte[] K, byte[] cIV, byte[] sIV, boolean replayDetection, int inCounter, int outCounter, IALG inMac, IALG outMac, CALG inCipher, CALG outCipher)

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

IALG
IALG
IALG.getInstance(String algorithm)
Returns an instance of a SASL-SRP IALG implementation.
IALG

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