gnu.crypto.sasl.srp
Class SecurityContext
(package private) class SecurityContext
A package-private placeholder for an SRP security context.
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)
|
SecurityContext
(package private) 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)
getClientIV
(package private) byte[] getClientIV()
getInCipher
(package private) CALG getInCipher()
getInCounter
(package private) int getInCounter()
getInMac
(package private) IALG getInMac()
getK
(package private) byte[] getK()
getMdName
(package private) String getMdName()
getOutCipher
(package private) CALG getOutCipher()
getOutCounter
(package private) int getOutCounter()
getOutMac
(package private) IALG getOutMac()
getSID
(package private) byte[] getSID()
getServerIV
(package private) byte[] getServerIV()
hasReplayDetection
(package private) boolean hasReplayDetection()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.