Uses of Enum Class
org.kurento.client.CryptoSuite
-
Uses of CryptoSuite in org.kurento.client
Subclasses with type arguments of type CryptoSuite in org.kurento.clientModifier and TypeClassDescriptionenumDescribes the encryption and authentication algorithmsMethods in org.kurento.client that return CryptoSuiteModifier and TypeMethodDescriptionSDES.getCrypto()get Selects the cryptographic suite to be used.static CryptoSuiteReturns the enum constant of this class with the specified name.static CryptoSuite[]CryptoSuite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client with parameters of type CryptoSuiteModifier and TypeMethodDescriptionvoidSDES.setCrypto(CryptoSuite crypto) set Selects the cryptographic suite to be used.