Skip to content

Authority Information Access Fields

Path: authorityInformationAccess[]

Fields used to deserialize each Authority Information Access entry.

Field Aliases ASN.1 Description
accessMethod
accessLocation

Mermaid

Source: authority-information-access-fields.mmd

graph TD
  authority_information_access_fields["authorityInformationAccess[]"]
  authority_information_access_fields_accessMethod["accessMethod"]
  authority_information_access_fields_accessLocation["accessLocation"]
  authority_information_access_fields --> authority_information_access_fields_accessMethod
  authority_information_access_fields --> authority_information_access_fields_accessLocation
  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 authority_information_access_fields path
  class authority_information_access_fields_accessMethod field
  class authority_information_access_fields_accessLocation field