|
Identification type.
It is an union identity, possible type as follows:
a) ID_FQDN:
A fully-qualified domain name string. An example of a ID_FQDN is, "example.com". The string MUST not contain any terminators (e.g., NULL, CR, etc.).
b) ID_RFC822_ADDR:
A fully-qualified RFC822 email address string, An example of a ID_RFC822_ADDR is, "jsmith@example.com". The string MUST not contain any terminators.
c) ID_IPV4_ADDR:
A single four (4) octet IPv4 address.
d) ID_IPV6_ADDR:
A single sixteen (16) octet IPv6 address.
e) DN_X509:
Distinguished name in the X.509 tradition.
|