edgeport - v1.0.3
    Preparing search index...

    Interface AlgorithmPrefs

    Per-direction algorithm preference overrides for a connection.

    interface AlgorithmPrefs {
        cipher?: string[];
        hostKey?: string[];
        kex?: string[];
        mac?: string[];
    }
    Index
    cipher?: string[]
    hostKey?: string[]
    kex?: string[]
    mac?: string[]