gnu.crypto.sasl.srp

Class SecurityContext


(package private) class SecurityContext
extends java.lang.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

(package private) byte[]
getClientIV()
(package private) CALG
getInCipher()
(package private) int
getInCounter()
(package private) IALG
getInMac()
(package private) byte[]
getK()
(package private) String
getMdName()
(package private) CALG
getOutCipher()
(package private) int
getOutCounter()
(package private) IALG
getOutMac()
(package private) byte[]
getSID()
(package private) byte[]
getServerIV()
(package private) boolean
hasReplayDetection()

Constructor Details

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)

Method Details

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.