Uses of Class
org.hardtokenmgmt.ui.subview.CardViewVO

Packages that use CardViewVO
org.hardtokenmgmt.core.util   
org.hardtokenmgmt.ui.subview   
 

Uses of CardViewVO in org.hardtokenmgmt.core.util
 

Methods in org.hardtokenmgmt.core.util that return CardViewVO
static CardViewVO TokenTools.toCardViewVO(org.hardtokenmgmt.ws.gen.HardTokenDataWS hardTokenData, java.lang.String username)
           
static CardViewVO WSRATools.toCardViewVO(org.signserver.module.wsra.ws.gen.TokenDataBean tokenDataBean)
          Converts an a TokenDataBean to a CardViewVO
 

Uses of CardViewVO in org.hardtokenmgmt.ui.subview
 

Methods in org.hardtokenmgmt.ui.subview that return CardViewVO
 CardViewVO CardInfoView.getCardViewVO()
           
 

Constructors in org.hardtokenmgmt.ui.subview with parameters of type CardViewVO
CardInfoScrollPanel(CardViewVO[] cardViewVO, boolean cardSelectable, boolean certSelectable, CertSelector certLogo)
          Constructor of a CardInfoScrollPanel with all it fields.
CardInfoView(CardViewVO viewVO, boolean cardSelectable, boolean certSelectable, CertSelector certLogo)
          Constuctor of a CardInfoView with all it fields.