Structureorlandos-nl.citadel 0.8.0Citadel
SSHAlgorithms
Client.swift:59struct SSHAlgorithms
Citizens in Citadel
Types
enum Modification<T>
Represents a modification to a list of items.
Type members
Instance members
var keyExchangeAlgorithms: Modification<NIOSSHKeyExchangeAlgorithmProtocol.Type>?
The enabled KeyExchangeAlgorithms
var publicKeyAlgorihtms: Modification<(NIOSSHPublicKeyProtocol.Type, NIOSSHSignatureProtocol.Type)>?
var transportProtectionSchemes: Modification<NIOSSHTransportProtection.Type>?
The enabled TransportProtectionSchemes.