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

org.kurento.client.CryptoSuite Maven / Gradle / Ivy

Go to download

Kurento Client The Kurento Client project allows server applications to control media server resources.

There is a newer version: 7.1.0
Show newest version
/**
 * This file is generated with Kurento ktool-rom-processor.
 * Please don't edit. Changes should go to kms-interface-rom and
 * ktool-rom-processor templates.
 */
package org.kurento.client;

/**
 *
 * Describes the encryption and authentication algorithms
 *
 **/
public enum CryptoSuite {AES_128_CM_HMAC_SHA1_32, AES_128_CM_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_256_CM_HMAC_SHA1_80}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy