gnu.crypto.sasl.srp
class SecurityContext extends Object
A package-private placeholder for an SRP security context.
Version: Revision: $
| Constructor Summary | |
|---|---|
| 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) | |
| Method Summary | |
|---|---|
| byte[] | getClientIV() |
| CALG | getInCipher() |
| int | getInCounter() |
| IALG | getInMac() |
| byte[] | getK() |
| String | getMdName() |
| CALG | getOutCipher() |
| int | getOutCounter() |
| IALG | getOutMac() |
| byte[] | getServerIV() |
| byte[] | getSID() |
| boolean | hasReplayDetection() |