Uses of Interface
org.hardtokenmgmt.core.token.ILogonCertificateSelector

Packages that use ILogonCertificateSelector
org.hardtokenmgmt.core.token   
 

Uses of ILogonCertificateSelector in org.hardtokenmgmt.core.token
 

Classes in org.hardtokenmgmt.core.token that implement ILogonCertificateSelector
 class DefaultLogonCertificateSelector
          Default logon certificate selector selecting the first found certificate with 'digital signature' in the key usage and DN equal to the global setting: 'token.defaultlogoncertselector', protected by the basic pin.
 

Methods in org.hardtokenmgmt.core.token that return ILogonCertificateSelector
 ILogonCertificateSelector TokenManager.getLogonCertificateSelector()
          Method returning the logon certificate selector defined in the global properties file.