Modifier and Type | Method and Description |
---|---|
CryptoSuite |
SDES.getCrypto()
get Selects the cryptographic suite to be used.
|
static CryptoSuite |
CryptoSuite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoSuite[] |
CryptoSuite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SDES.setCrypto(CryptoSuite crypto)
set Selects the cryptographic suite to be used.
|
Copyright © 2018 Kurento. All rights reserved.