EMMspData Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMMspData.h |
Overview
A basic object protocol to retreive the common public parameters of a decoded MspData Object
– baseAlgo
required method
Retreive the base algorithm of the associated MspData object
- (EMMspBaseAlgorithm)baseAlgoReturn Value
a EMMspBaseAlgorithm representing the base algorithm of the associated MspData object
Availability
4.5
Declared In
EMMspData.h
– mode
required method
Retreive the mode of the associated MspData object
- (int)modeReturn Value
a int representing the mode of the associated MspData object
Availability
4.5
Declared In
EMMspData.h
– userTokenId
required method
Retreive the userTokenId of the associated MspData object
- (int)userTokenIdReturn Value
a int representing the user token ID of the associated MspData object
Availability
4.5
Declared In
EMMspData.h
– externalId
required method
Retreive the externalId of the associated MspData object
- (id<EMSecureString>)externalIdReturn Value
a SecureString representing the external ID of the associated MspData object
Availability
4.5
Declared In
EMMspData.h
– time
required method
Retreive the time of the associated MspData object
- (uint64_t)timeReturn Value
a uint64_t variable representing the time of the associated MspData object
Availability
4.5
Declared In
EMMspData.h