EMClearTextSecretTokenConfigurationBuilder Class Reference

Inherits from NSObject
Declared in EMProvisioningConfiguration.h

Overview

Clear Text Secret Token Configuration Builder

  wipePinAndSecret

If wipePinAndSecret is set to ‘YES’ then the pin and secret is wipped after use. Default is set to ‘YES’

@property BOOL wipePinAndSecret

Availability

4.0

Declared In

EMProvisioningConfiguration.h

  userTokenId

Returns the User Token Identifier (UTI).

@property int userTokenId

Availability

4.0

Discussion

The UTI is an unsigned value ranging from 0x00 to 0xFF (i.e. 0 to 255). It is generated by the provisioning server and is part of the credential pushed during provisioning. It is guaranteed that two tokens for the same end-user (on authentication server) and from the same EPS domain will never have the same UTI. See the Enrollment and Provisioning Server documentation for domains configuration description.

The UTI is defined only if the token has been created with Provisioning Protocol V3. When the token has been created with Provisioning Protocol V1 or V2 the method returns -1.

Default is set to ‘0x01’

Declared In

EMProvisioningConfiguration.h

  tokenSequenceNumber

Gets the token sequence number that distinguishes this token among others the users has.

@property int tokenSequenceNumber

Availability

4.0

Discussion

The token sequence number is defined only for CAP tokens and is an unsigned value ranging from 0x00 to 0x63 (i.e. 0 to 99). For OATH tokens, the method always return 0xFF (i.e. 255).

Default is set to ‘0xFF’

Declared In

EMProvisioningConfiguration.h

  provisioningProtocol

The provisioning protocol to use when decoding the credentials.

@property EMMobileProvisioningProtocol provisioningProtocol

Availability

4.0

Discussion

Default is set to ‘EMProvisioningProtocolVersion3’

Declared In

EMProvisioningConfiguration.h