KMState

The defined encryption state as performed by the Key Material Exchange, used by SockOpt.RCVKMSTATE, SockOpt.SNDKMSTATE and SockOpt.KMSTATE options

See Also: srt_km_state

Entries

Link copied to clipboard

No encryption

Link copied to clipboard

Stream encrypted, exchanging Keying Material

Link copied to clipboard

Stream encrypted, keying Material exchanged, decrypting ok.

Link copied to clipboard

Stream encrypted and no secret to decrypt Keying Material

Link copied to clipboard

Stream encrypted and wrong secret, cannot decrypt Keying Material

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): KMState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.