For the latest news and information visit
The GNU Crypto project

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

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

Uses of CALG in gnu.crypto.sasl.srp
 

Methods in gnu.crypto.sasl.srp that return CALG
(package private)  CALG SecurityContext.getInCipher()
           
(package private) static CALG CALG.getInstance(String algorithm)
          Returns an instance of a SASL-SRP CALG implementation.
(package private)  CALG SecurityContext.getOutCipher()
           
 

Constructors in gnu.crypto.sasl.srp with parameters of type CALG
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)
           
 


For the latest news and information visit
The GNU Crypto project

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