Values.AccessDescriptionSourceProvides access information used by the authorityInfoAccess and subjectInfoAccess extensions described in RFC 5280.
type nonrec t = {accessMethod : AccessMethod.t;The type and format of AccessDescription information.
*)accessLocation : GeneralName.t;The location of AccessDescription information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of CustomObjectIdentifier.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of CustomObjectIdentifier.t ])
list ]
list
| `String of CustomObjectIdentifier.t ])
list ])
list ])
list ]