Values.PublicKeySourceContains information about a returned public key.
type nonrec t = {value : ByteBuffer.t option;The DER encoded public key value in PKCS#1 format.
*)validityStartTime : Date.t option;The starting time of validity of the public key.
*)validityEndTime : Date.t option;The ending time of validity of the public key.
*)fingerprint : String_.t option;The fingerprint of the public key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of ByteBuffer.t
| `String of String_.t
| `Timestamp of Date.t ])
list ]