CRL Distribution Name Fields¶
Path: crlDistPoint[].distributionName
Fields used to deserialize a CRL distribution point name.
| Field | Aliases | ASN.1 | Description |
|---|---|---|---|
type |
|||
name |
crlUri |
Mermaid¶
Source: crl-distribution-name-fields.mmd
graph TD
crl_distribution_name_fields["crlDistPoint[].distributionName"]
crl_distribution_name_fields_type["type"]
crl_distribution_name_fields_name["name<br/>alias: crlUri"]
crl_distribution_name_fields --> crl_distribution_name_fields_type
crl_distribution_name_fields --> crl_distribution_name_fields_name
classDef path fill:#1f6feb,stroke:#0b3d8c,color:#fff
classDef field fill:#0e7c66,stroke:#06463a,color:#fff
classDef alias fill:#6e7681,stroke:#3b414a,color:#fff
classDef value fill:#bf8700,stroke:#6e4d00,color:#fff
classDef asn1 fill:#8957e5,stroke:#4f31a3,color:#fff
class crl_distribution_name_fields path
class crl_distribution_name_fields_type field
class crl_distribution_name_fields_name field