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

Uses in package gnu.crypto.sasl.srp

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

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

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

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)

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