@refinio/one.models
    Preparing search index...
    type KeyTrustInfo = {
        certificates: {
            certificate: CertificateData;
            keyTrustInfo: KeyTrustInfo;
        }[];
        key: HexString;
        reason: string;
        trusted: boolean;
    }
    Index

    Properties

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