[][src]Type Definition srtp2_sys::srtp_cipher_type_id_t

type srtp_cipher_type_id_t = u32;

@brief A srtp_cipher_type_id_t is an identifier for a particular cipher type.

A srtp_cipher_type_id_t is an integer that represents a particular cipher type, e.g. the Advanced Encryption Standard (AES). A SRTP_NULL_CIPHER is avaliable; this cipher leaves the data unchanged, and can be selected to indicate that no encryption is to take place.

@ingroup Ciphers