Uses of Class
org.robovm.apple.cryptotokenkit.TKToken
| Package | Description |
|---|---|
| org.robovm.apple.cryptotokenkit |
-
Uses of TKToken in org.robovm.apple.cryptotokenkit
Subclasses of TKToken in org.robovm.apple.cryptotokenkit Modifier and Type Class Description classTKSmartCardTokenMethods in org.robovm.apple.cryptotokenkit that return TKToken Modifier and Type Method Description TKTokenTKTokenDriverDelegate. getToken(TKTokenDriver driver, TKTokenConfiguration configuration, NSError.NSErrorPtr error)TKTokenTKTokenDriverDelegateAdapter. getToken(TKTokenDriver driver, TKTokenConfiguration configuration, NSError.NSErrorPtr error)TKTokenTKTokenSession. getToken()Methods in org.robovm.apple.cryptotokenkit with parameters of type TKToken Modifier and Type Method Description TKTokenSessionTKTokenDelegate. createSession(TKToken token, NSError.NSErrorPtr error)TKTokenSessionTKTokenDelegateAdapter. createSession(TKToken token, NSError.NSErrorPtr error)protected longTKTokenSession. init(TKToken token)voidTKTokenDelegate. terminateSession(TKToken token, TKTokenSession session)voidTKTokenDelegateAdapter. terminateSession(TKToken token, TKTokenSession session)voidTKTokenDriverDelegate. terminateToken(TKTokenDriver driver, TKToken token)voidTKTokenDriverDelegateAdapter. terminateToken(TKTokenDriver driver, TKToken token)Constructors in org.robovm.apple.cryptotokenkit with parameters of type TKToken Constructor Description TKSmartCardTokenSession(TKToken token)TKTokenSession(TKToken token)