|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.token.DefaultLogonCertificateSelector
public 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.
| Constructor Summary | |
|---|---|
DefaultLogonCertificateSelector()
|
|
| Method Summary | |
|---|---|
java.security.cert.X509Certificate |
getLogonCertificate(IToken token)
Method fetching the first certificate with 'digital signature' and the given issuer in the setting token.defaultlogoncertselector protected by the basic pin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLogonCertificateSelector()
| Method Detail |
|---|
public java.security.cert.X509Certificate getLogonCertificate(IToken token)
throws iaik.pkcs.pkcs11.TokenException
getLogonCertificate in interface ILogonCertificateSelectortoken - the token to check
iaik.pkcs.pkcs11.TokenException - if unexpected error occured during
communication with the token.ILogonCertificateSelector.getLogonCertificate(IToken)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||