KeyTrustInfo: {
    certificates: {
        certificate: CertificateData;
        keyTrustInfo: KeyTrustInfo;
    }[];
    key: HexString;
    reason: string;
    trusted: boolean;
}