An object that implements encoding using Simple-TLV encoding according to ISO 7816-4.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Crypto
Token Kit
Declaration
class TKSimpleTLVRecord : TKTLVRecord
An object that implements encoding using Simple-TLV encoding according to ISO 7816-4.
SDKs
Framework
class TKSimpleTLVRecord : TKTLVRecord
init(tag: UInt8, value: Data)
Initializes a TLV record with the specified tag and value.
class TKTLVRecord
The base class encapsulating a Tag-Length-Value record.
class TKBERTLVRecord
An object that parses BER-encoded data and produces DER-encoded data for TLV records.
class TKCompact TLVRecord
An object that implements encoding using Compact-TLV encoding according to ISO 7816-4.