For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
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) |