SSTDT Family Key Values for AMBA
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
SSTDT (Set Software Token Device Type) has been deprecated by SSTP (Set Software Token Profile) in Authentication Manager 8.3 Patch 3. But if you are using a version prior to 8.3.0.3, the following shows the correct KeyType and FamilyKey values for every token type. A few side notes:
- All values are literal, and can be copied and pasted into your AMBA script. This includes spaces and parentheses.
- Web SDK 1.0.2 does not support SDTID.
- Desktop PC SID 64-bit 3.0.x only works with SID tokens, and does not work with AES-128 tokens.
- CT-KIP is not supported on the following token types:
- BlackBerry 2.1.1
- Desktop PC SID 64-bit 3.0.x
- Palm 2.0
- (Passcode) Desktop PC AES 128-bit 3.0.x
- Symbian OS 2.20
- (Tokencode Only) Desktop PC AES 128-bit 3.0.x
- Windows Mobile 2.2
// Template for Android 1.x
Action,Key,KeyType,MiscVariable
SSTDT,Android,FamilyKey,1.x
// Template for Android 2.x
Action,Key,KeyType,MiscVariable
SSTDT,Android,FamilyKey,2.x
// Template for BlackBerry 2.1.1
// Key is CaseSensitive; it is BlackBerry not Blackberry
Action,Key,KeyType,MiscVariable
SSTDT,BlackBerry,FamilyKey,2.1.1
// Template for BlackBerry 3.0
// Key is CaseSensitive; it is BlackBerry not Blackberry
Action,Key,KeyType,MiscVariable
SSTDT,BlackBerry,FamilyKey,3.0
// Template for BlackBerry 3.5
// Key is CaseSensitive; it is BlackBerry not Blackberry
Action,Key,KeyType,MiscVariable
SSTDT,BlackBerry,FamilyKey,3.5
// Template for BlackBerry 10
// Note that there is a space in the Key name and that both the B's are capitalized
Action,Key,KeyType,MiscVariable
SSTDT,BlackBerry 10,FamilyKey,1.x
// Template for Browser Toolbar 1.3.0
Action,Key,KeyType,MiscVariable
SSTDT,Browser Toolbar,FamilyKey,1.3.0
// Template for Browser Toolbar 1.4
Action,Key,KeyType,MiscVariable
SSTDT,Browser Toolbar,FamilyKey,1.4
// Template for Desktop Mac 4.0
Action,Key,KeyType,MiscVariable
SSTDT,Desktop Mac,FamilyKey,4.0
// Template for Desktop Mac 4.x
Action,Key,KeyType,MiscVariable
SSTDT,Desktop Mac,FamilyKey,4.x
// Template for Desktop PC 4.0
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC,FamilyKey,4.0
// Template for Desktop PC 4.x
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC,FamilyKey,4.x
// Template for Desktop PC 5.x
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC,FamilyKey,5.x
// Template for Desktop PC with Automation 4.x
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC with Automation,FamilyKey,4.x
// Template for Desktop PC with Automation 5.x
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC with Automation,FamilyKey,5.x
// Template for Desktop PC SID 64-bit 3.0.x
// --- DOES NOT SUPPORT PASSWORD-PROTECTED SDTID FILE
// --- DOES NOT RECOGNIZE DEVICE SERIAL NUMBER
// --- DOES NOT WORK WITH AES-128 TOKENS
Action,Key,KeyType,MiscVariable
SSTDT,Desktop PC SID 64-bit,FamilyKey,3.0.x
// Template for Generic AES 128
Action,Key,KeyType,MiscVariable
SSTDT,Generic AES 128,FamilyKey,0
// Template for iOS 2.x
Action,Key,KeyType,MiscVariable
SSTDT,iOS,FamilyKey,2.x
// Template for iPhone 1.3
Action,Key,KeyType,MiscVariable
SSTDT,iPhone,FamilyKey,1.3
// Template for J2ME 2.3
Action,Key,KeyType,MiscVariable
SSTDT,J2ME,FamilyKey,2.3
// Template for Nokia 1.x
Action,Key,KeyType,MiscVariable
SSTDT,Nokia,FamilyKey,1.x
// Template for Palm 2.0
Action,Key,KeyType,MiscVariable
SSTDT,Palm,FamilyKey,2.0
// Template for (Passcode) Desktop PC AES 128-bit 3.0.x
// note the spaces and parentheses in the Key name
Action,Key,KeyType,MiscVariable
SSTDT,(Passcode) Desktop PC AES 128-bit,FamilyKey,3.0.x
// Template for Symbian OS 2.20
Action,Key,KeyType,MiscVariable
SSTDT,Symbian OS,FamilyKey,2.20
// Template for (Tokencode Only) Desktop PC AES 128-bit 3.0.x
// --- DOES NOT RECOGNIZE DEVICE SERIAL NUMBER --- FOB-STYLE OR PINLESS ONLY !!!
Action,Key,KeyType,MiscVariable
SSTDT,(Tokencode Only) Desktop PC AES 128-bit,FamilyKey,3.0.x
// Template for UPEK PSOL 5.8
Action,Key,KeyType,MiscVariable
SSTDT,UPEK PSOL,FamilyKey,5.8
// Template for Web SDK 1.0.2
Action,Key,KeyType,MiscVariable
SSTDT,Web SDK,FamilyKey,1.0.2
// Template for Windows Mobile 2.2
Action,Key,KeyType,MiscVariable
SSTDT,Windows Mobile,FamilyKey,2.2
// Template for Windows Mobile 2.3
Action,Key,KeyType,MiscVariable
SSTDT,Windows Mobile,FamilyKey,2.3
// Template for Windows Phone 1.x
Action,Key,KeyType,MiscVariable
SSTDT,Windows Phone,FamilyKey,1.x
This document was generated from the following discussion: SSTDT (Set Software Token Device Type) Family Key Values for AMBA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.