public class EntrustFileContentType
extends java.lang.Object
EntrustFileContentType class implements the ASN1
object for EntrustFileContentType.
EntrustFileContentType ::= OBJECT IDENTIFIER
EntrustFileContentType is used to identify the type
of a Roaming file. Currently defined OIDs are as follows:
entrustRoamingProfile EntrustFileContentType ::= { 1 2 840 113533 7 68 23 }
The user's profile.
entrustRoamingPAB EntrustFileContentType ::= { 1 2 840 113533 7 68 24 }
The user's Personal Address Book.
entrustRoamingRecipList EntrustFileContentType ::= { 1 2 840 113533 7 68 25 }
The user's recipient list file.
entrustRoamingSLA EntrustFileContentType ::= { 1 2 840 113533 7 68 26 }
The user's application registry, used for single login applications.
entrustRoamingPRV EntrustFileContentType ::= { 1 2 840 113533 7 68 27 }
The user's group key file.
entrustRoamingEOP EntrustFileContentType ::= { 1 2 840 113533 7 68 28 }
The user's application options file.
entrustRoamingCAPAB EntrustFileContentType ::= { 1 2 840 113533 7 79 0 }
The user's CA Personal Address Book.
| Modifier and Type | Field and Description |
|---|---|
static ObjectID |
entrustRoamingCAPAB
OID for the user's CA Personal Address Book.
|
static ObjectID |
entrustRoamingEOP
OID for the user's application options file.
|
static ObjectID |
entrustRoamingPAB
OID for the user's Personal Address Book.
|
static ObjectID |
entrustRoamingProfile
OID for the user's profile.
|
static ObjectID |
entrustRoamingPRV
OID for the user's group key file.
|
static ObjectID |
entrustRoamingRecipList
OID for the user's recipient list file.
|
static ObjectID |
entrustRoamingSLA
Deprecated.
as of 8.0 patch. This was required for applications that used the
Single Login feature which is no longer supported. This will be removed in a
future release of the toolkit.
|
| Constructor and Description |
|---|
EntrustFileContentType() |
public static final ObjectID entrustRoamingProfile
entrustRoamingProfile EntrustFileContentType ::= { 1 2 840 113533 7 68 23 }
public static ObjectID entrustRoamingPAB
entrustRoamingPAB EntrustFileContentType ::= { 1 2 840 113533 7 68 24 }
public static final ObjectID entrustRoamingRecipList
entrustRoamingRecipList EntrustFileContentType ::= { 1 2 840 113533 7 68 25 }
public static final ObjectID entrustRoamingSLA
entrustRoamingSLA EntrustFileContentType ::= { 1 2 840 113533 7 68 26 }
public static final ObjectID entrustRoamingPRV
entrustRoamingPRV EntrustFileContentType ::= { 1 2 840 113533 7 68 27 }
public static final ObjectID entrustRoamingEOP
entrustRoamingEOP EntrustFileContentType ::= { 1 2 840 113533 7 68 28 }
public static final ObjectID entrustRoamingCAPAB
entrustRoamingCAPAB EntrustFileContentType ::= { 1 2 840 113533 7 79 0 }