Uses of Class
org.robovm.apple.cryptotokenkit.TKTLVRecord
| Package | Description |
|---|---|
| org.robovm.apple.cryptotokenkit |
-
Uses of TKTLVRecord in org.robovm.apple.cryptotokenkit
Subclasses of TKTLVRecord in org.robovm.apple.cryptotokenkit Modifier and Type Class Description classTKBERTLVRecordclassTKCompactTLVRecordclassTKSimpleTLVRecordMethods in org.robovm.apple.cryptotokenkit that return TKTLVRecord Modifier and Type Method Description static TKTLVRecordTKTLVRecord. recordFromData(NSData data)Methods in org.robovm.apple.cryptotokenkit that return types with arguments of type TKTLVRecord Modifier and Type Method Description static NSArray<TKTLVRecord>TKBERTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKCompactTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKSimpleTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKTLVRecord. sequenceOfRecordsFromData(NSData data)Method parameters in org.robovm.apple.cryptotokenkit with type arguments of type TKTLVRecord Modifier and Type Method Description protected longTKBERTLVRecord. init(long tag, NSArray<TKTLVRecord> records)Constructor parameters in org.robovm.apple.cryptotokenkit with type arguments of type TKTLVRecord Constructor Description TKBERTLVRecord(long tag, NSArray<TKTLVRecord> records)