gnu.crypto.sasl.srp
Class SecurityContext
java.lang.Object
gnu.crypto.sasl.srp.SecurityContext
- class SecurityContext
- extends java.lang.Object
A package-private placeholder for an SRP security context.
- Version:
- Revision: $
Constructor Summary |
(package private) |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContext
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)
getMdName
java.lang.String getMdName()
getSID
java.lang.String getSID()
getK
byte[] getK()
getClientIV
byte[] getClientIV()
getServerIV
byte[] getServerIV()
hasReplayDetection
boolean hasReplayDetection()
getInCounter
int getInCounter()
getOutCounter
int getOutCounter()
getInMac
IALG getInMac()
getOutMac
IALG getOutMac()
getInCipher
CALG getInCipher()
getOutCipher
CALG getOutCipher()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.