All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.tim06.xrayConfiguration.settings.quic.Security.kt Maven / Gradle / Ivy

package io.github.tim06.xrayConfiguration.settings.quic

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
import kotlin.experimental.ExperimentalObjCRefinement
import kotlin.native.HiddenFromObjC

@OptIn(ExperimentalObjCRefinement::class)
@HiddenFromObjC
@Serializable
enum class Security {
    @SerialName("none")
    NONE,

    @SerialName("aes-128-gcm")
    `AES-128-GCM`,

    @SerialName("chacha20-poly1305")
    `CHACHA20-POLY1305`,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy