MLSConfigDTO
data class MLSConfigDTO(val defaultProtocol: SupportedProtocolDTO, val supportedProtocols: List<SupportedProtocolDTO> = listOf(SupportedProtocolDTO.PROTEUS), val allowedCipherSuites: List<Int>, val defaultCipherSuite: Int)
Constructors
Link copied to clipboard
constructor(defaultProtocol: SupportedProtocolDTO, supportedProtocols: List<SupportedProtocolDTO> = listOf(SupportedProtocolDTO.PROTEUS), allowedCipherSuites: List<Int>, defaultCipherSuite: Int)