Values.SourceSourceThe trust anchor type and its related certificate data.
type nonrec t = {sourceType : TrustAnchorType.t option;The type of the trust anchor.
*)sourceData : SourceData.t option;The data field of the trust anchor depending on its type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of SourceDataX509CertificateDataString.t ])
list ])
list ]