Questions tagged [cryptotokenkit]

Crypto Token Kit (CryptoTokenKit.framework). The Crypto Token Kit framework provides native support for smart cards

Links

6 questions
3
votes
0 answers

REST-based Cryptotokenkit implementation

I have my cryptographic keys and certificates made available via a custom REST service (the private keys don't actually export, they can just do cryptographic operations using the private keys behind the REST service and the result is returned). I…
Hmmmmm
  • 778
  • 9
  • 20
3
votes
1 answer

How do I bind to a system framework with Xamarin.Mac?

I'm in the proces of making an app for interacting with smartcards. For that I'd like to use the CryptoTokenKit Framework which is standard on a Mac (located at /System/Library/Frameworks/CryptoTokenKit.framework). This link says that it's possible…
1
vote
1 answer

Moving from tokend to in Cryptotoken kit code signing

We have a code signing setup using HSM over network. On mac we were using tokend previously but with macOS 10.15 tokend is disabled and we need to move to Cryptotokenkit. Is there any possible suggestion/solution available in which we can fetch the…
0
votes
0 answers

How to get to Cryptographic Assets using CryptoTokenKit framework?

I am trying to use cryptographic assets via CryptoTokenKit framework. It's said in the documentation When the framework copies an item from a token to the keychain, it records the associated token’s identifier, or token ID, as part of the keychain…
0
votes
0 answers

TKSmartCardSlotManager iOS

I'm trying to access TKSmartCardSlotManager from my iOS app. Calling TKSmartCardSlotManager.default always returns nil. I've set the com.apple.security.smartcard entitlement to yes, but no luck. The console logs an The connection to service on pid…
0
votes
1 answer

Read NFC (Mifare Classic 1K) with CryptoTokenKit

I'm trying to read/write a Milfare Classic 1k NFC card (supplied from factory) using an ACR122. I can detect the card, but cannot communicate with it. I have been searching the web for days trying to find any kind of documentation on this (without…
N S
  • 2,524
  • 6
  • 32
  • 42