|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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) CALG |
SecurityContext.getOutCipher()
|
static CALG |
CALG.getInstance(java.lang.String algorithm)
Returns an instance of a SASL-SRP CALG implementation. |
Constructors in gnu.crypto.sasl.srp with parameters of type CALG | |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |