org.iaccess.TNProtocol
Class TSessionInfo.TCN

java.lang.Object
  extended by org.iaccess.TNProtocol.TSessionInfo.TCN
Enclosing class:
TSessionInfo

private class TSessionInfo.TCN
extends java.lang.Object

Internal class defining the set of declined credentials/certificates.


Field Summary
private  java.util.Vector CN
           
 
Constructor Summary
private TSessionInfo.TCN()
           
 
Method Summary
(package private)  java.util.Vector GetCN()
           
(package private)  void UpdateCN(java.lang.String NewCN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CN

private java.util.Vector CN
Constructor Detail

TSessionInfo.TCN

private TSessionInfo.TCN()
Method Detail

UpdateCN

void UpdateCN(java.lang.String NewCN)

GetCN

java.util.Vector GetCN()