equal
deleted
inserted
replaced
44 _LIT(KX520Initials,"2.5.4.43"); |
44 _LIT(KX520Initials,"2.5.4.43"); |
45 _LIT(KX520GenerationQualifier,"2.5.4.44"); |
45 _LIT(KX520GenerationQualifier,"2.5.4.44"); |
46 _LIT(KX520DNQualifier,"2.5.4.46"); |
46 _LIT(KX520DNQualifier,"2.5.4.46"); |
47 _LIT(KX520SerialNumber,"2.5.4.5"); |
47 _LIT(KX520SerialNumber,"2.5.4.5"); |
48 |
48 |
49 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
50 //more attribute types we handle at present |
49 //more attribute types we handle at present |
51 _LIT(KX520PostalCode,"2.5.4.17"); |
50 _LIT(KX520PostalCode,"2.5.4.17"); |
52 _LIT(KRFC2247DomainComponent, "0.9.2342.19200300.100.1.25"); |
51 _LIT(KRFC2247DomainComponent, "0.9.2342.19200300.100.1.25"); |
53 _LIT(KRFC2256Street,"2.5.4.9"); |
52 _LIT(KRFC2256Street,"2.5.4.9"); |
54 _LIT(KPKCS9UnstructuredName, "1.2.840.113549.1.9.2"); |
53 _LIT(KPKCS9UnstructuredName, "1.2.840.113549.1.9.2"); |
92 * Each component of the domain name is a short string. */ |
91 * Each component of the domain name is a short string. */ |
93 const TInt KRFC2247MaxDomainComponentLength = 128; |
92 const TInt KRFC2247MaxDomainComponentLength = 128; |
94 /** The maximum length allowed a for street. */ |
93 /** The maximum length allowed a for street. */ |
95 const TInt KRFC2256StreetLength = 128; |
94 const TInt KRFC2256StreetLength = 128; |
96 |
95 |
97 #endif |
|
98 |
|
99 |
96 |
100 /** The attribute type. |
97 /** The attribute type. |
101 * |
98 * |
102 * @since v6.0 */ |
99 * @since v6.0 */ |
103 enum TAttributeType |
100 enum TAttributeType |