_LIT | ( | KX520CountryName | , |
"2.5.4.6" | |||
) |
_LIT | ( | KX520OrganizationName | , |
"2.5.4.10" | |||
) |
_LIT | ( | KX520OrganizationalUnitName | , |
"2.5.4.11" | |||
) |
_LIT | ( | KX520LocalityName | , |
"2.5.4.7" | |||
) |
_LIT | ( | KX520StateOrProvinceName | , |
"2.5.4.8" | |||
) |
_LIT | ( | KX520Title | , |
"2.5.4.12" | |||
) |
_LIT | ( | KX520CommonName | , |
"2.5.4.3" | |||
) |
_LIT | ( | KX520GivenName | , |
"2.5.4.42" | |||
) |
_LIT | ( | KX520Surname | , |
"2.5.4.4" | |||
) |
_LIT | ( | KX520Initials | , |
"2.5.4.43" | |||
) |
_LIT | ( | KX520GenerationQualifier | , |
"2.5.4.44" | |||
) |
_LIT | ( | KX520DNQualifier | , |
"2.5.4.46" | |||
) |
_LIT | ( | KX520SerialNumber | , |
"2.5.4.5" | |||
) |
_LIT | ( | KX520Description | , |
"2.5.4.13" | |||
) |
_LIT | ( | KX520PostalCode | , |
"2.5.4.17" | |||
) |
_LIT | ( | KRFC2247DomainComponent | , |
"0.9.2342.19200300.100.1.25" | |||
) |
_LIT | ( | KRFC2256Street | , |
"2.5.4.9" | |||
) |
_LIT | ( | KPKCS9UnstructuredName | , |
"1.2.840.113549.1.9.2" | |||
) |
_LIT | ( | KPKCS9EmailAddress | , |
"1.2.840.113549.1.9.1" | |||
) |
const TInt | KX520MaxOULength |
The maximum length allowed for an organizational unit name.
const TInt | KX520MaxSOPLength |
The maximum length allowed for a state or province name.
const TInt | KX520MaxPostalCodeLength |
The maximum length allowed for a postal code.
const TInt | KPKCS9MaxEmailAddressLength |
The maximum length allowed for an email address.
const TInt | KPKCS9MaxUnstructuredNameLength |
The maximum length allowed for an unstructured name.
const TInt | KRFC2247MaxDomainComponentLength |
The maximum length allowed for an RFC 2247 domain component.
Each component of the domain name is a short string.
const TInt | KX520MaxDescriptionLength |
The maximum length allowed for an Description field.
The attribute type.
Enumerator | Value | Description |
---|---|---|
ECommonName |
A common name | |
ELocalityName |
A locality name | |
EStateOrProvinceName |
A state or province name | |
EOrganizationName |
An organization name | |
EOrganizationalUnitName |
An organizational unit name | |
ETitle |
A title | |
EDNQualifier |
A qualifier | |
ECountryName |
The name of a country | |
EGivenName |
A given name | |
ESurname |
A surname | |
EInitials |
Initials | |
EGenerationQualifier |
A generation qualifier | |
EPKCS9EmailAddress |
An email address. This is deprecated. | |
EPostalCode |
A postal code | |
ESerialNumber |
A serial number | |
ERFC2247DomainComponent |
An RFC 2247 domain component. A domain name is made up of an ordered set of components. | |
ERFC2256Street |
RFC 2256 street component. A street | |
EPKCS9UnstructuredName |
A name of the subject of a certificate as an unstructured ASCII string | |
EX520Description |
A Description |