Module Values.AccessDescriptionSource

Provides access information used by the authorityInfoAccess and subjectInfoAccess extensions described in RFC 5280.

Sourcetype nonrec t = {
  1. accessMethod : AccessMethod.t;
    (*

    The type and format of AccessDescription information.

    *)
  2. accessLocation : GeneralName.t;
    (*

    The location of AccessDescription information.

    *)
}
Sourceval context_ : string
Sourceval make : accessMethod:AccessMethod.t -> accessLocation:GeneralName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t