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)baseAlgo

Return 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)mode

Return 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)userTokenId

Return 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>)externalId

Return 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)time

Return Value

a uint64_t variable representing the time of the associated MspData object

Availability

4.5

Declared In

EMMspData.h