Module Values_0.CodeSigningSignatureSource

Describes the signature for a file.

Sourcetype nonrec t = {
  1. inlineDocument : Signature.t option;
    (*

    A base64 encoded binary representation of the code signing signature.

    *)
}
Sourceval make : ?inlineDocument:??? -> unit -> t
Sourceval of_header_and_body : ('a * Signature.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of Signature.t ]) 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