trakteerjs
    Preparing search index...

    Interface CipherNameAndProtocol

    interface CipherNameAndProtocol {
        name: string;
        standardName: string;
        version: string;
    }
    Index

    Properties

    name: string

    The cipher name.

    standardName: string

    IETF name for the cipher suite.

    version: string

    SSL/TLS protocol version.