For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl.srp
Class SecurityContext

java.lang.Object
  extended bygnu.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)
           
 
Method Summary
(package private)  byte[] getClientIV()
           
(package private)  CALG getInCipher()
           
(package private)  int getInCounter()
           
(package private)  IALG getInMac()
           
(package private)  byte[] getK()
           
(package private)  java.lang.String getMdName()
           
(package private)  CALG getOutCipher()
           
(package private)  int getOutCounter()
           
(package private)  IALG getOutMac()
           
(package private)  byte[] getServerIV()
           
(package private)  java.lang.String getSID()
           
(package private)  boolean hasReplayDetection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.