For the latest news and information visit
The GNU Crypto project

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

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

Uses of IALG in gnu.crypto.sasl.srp
 

Methods in gnu.crypto.sasl.srp that return IALG
(package private)  IALG SecurityContext.getInMac()
           
(package private)  IALG SecurityContext.getOutMac()
           
static IALG IALG.getInstance(java.lang.String algorithm)
          Returns an instance of a SASL-SRP IALG implementation.
 

Constructors in gnu.crypto.sasl.srp with parameters of type IALG
SecurityContext(java.lang.String mdName, java.lang.String sid, byte[] K, byte[] cIV, byte[] sIV, boolean replayDetection, int inCounter, int outCounter, IALG inMac, IALG outMac, CALG inCipher, CALG outCipher)
           
 


For the latest news and information visit
The GNU Crypto project

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