Subject Names
PKCS #10 证书请求的 使用者 字段包含请求证书的实体的可分辨名称。
CertificationRequestInfo ::= SEQUENCE
{
version CertificationRequestInfoVersion,
subject Name,
subjectPublicKeyInfo SubjectPublicKeyInfo,
attributes [0] IMPLICIT Attributes
}
可分辨名称由 RDN) (相对可分辨名称序列组成。 每个 RDN 由一组属性组成,每个属性由一个对象标识符和一个值组成。 值的数据类型由 DirectoryString 结构标识。
Name ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET OF AttributeTypeValue
AttributeTypeValue ::= SEQUENCE
{
type EncodedObjectID,
value ANY
}
DirectoryString ::= CHOICE
{
teletexString TeletexString (SIZE (1..MAX)),
printableString PrintableString (SIZE (1..MAX)),
universalString UniversalString (SIZE (1..MAX)),
utf8String UTF8String (SIZE (1..MAX)),
bmpString BMPString (SIZE (1..MAX))
}
有关详情,请参阅以下主题:
相关主题