edgeport - v1.0.3
    Preparing search index...

    Interface Negotiated

    The algorithms chosen by negotiation.

    interface Negotiated {
        cipherC2S: string;
        cipherS2C: string;
        compC2S: string;
        compS2C: string;
        hostKey: string;
        kex: string;
        macC2S: string;
        macS2C: string;
    }
    Index
    cipherC2S: string
    cipherS2C: string
    compC2S: string
    compS2C: string
    hostKey: string
    kex: string
    macC2S: string
    macS2C: string