TKTokenKeyAlgorithmMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

TKTokenKeyAlgorithmMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Cryptographic algorithms used by token keys.

Typically, the supported algorithm for a token key can be represented by a value of the SecKeyAlgorithm enumeration. However, tokens such as Smart Cards require that input data for operations take the format of a more specific algorithm. For example, a token may accept raw data to generate a cryptographic signature, but require that raw data to be formatted according to PKCS1 padding rules. To express such a requirement, a TKTokenKeyAlgorithm object defines a target algorithm and a set of other algorithms that were used. In the previous example, the target algorithm is kSecKeyAlgorithmRSASignatureRaw and the kSecKeyAlgorithmRSASignatureDigestPKCS1v15SHA1 algorithm is also reported as being used.

Requires macOS 10.12+ or newer.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some events using this class:


The items on this page are in the following plugins: MBS Mac64bit Plugin.


TKTokenDriverMBS   -   TKTokenKeychainCertificateMBS


💬 Ask a question or report a problem