gnu.crypto.sasl.srp

Class SecurityContext

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()
CALGgetInCipher()
intgetInCounter()
IALGgetInMac()
byte[]getK()
StringgetMdName()
CALGgetOutCipher()
intgetOutCounter()
IALGgetOutMac()
byte[]getServerIV()
byte[]getSID()
booleanhasReplayDetection()

Constructor Detail

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)

Method Detail

getClientIV

byte[] getClientIV()

getInCipher

CALG getInCipher()

getInCounter

int getInCounter()

getInMac

IALG getInMac()

getK

byte[] getK()

getMdName

String getMdName()

getOutCipher

CALG getOutCipher()

getOutCounter

int getOutCounter()

getOutMac

IALG getOutMac()

getServerIV

byte[] getServerIV()

getSID

byte[] getSID()

hasReplayDetection

boolean hasReplayDetection()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.