public class SDES extends Object
| Constructor and Description |
|---|
SDES()
Create a SDES
|
| Modifier and Type | Method and Description |
|---|---|
CryptoSuite |
getCrypto()
get The crypto-suite used
|
String |
getKey()
get The cryptographic master key.
|
void |
setCrypto(CryptoSuite crypto)
set The crypto-suite used
|
void |
setKey(String key)
set The cryptographic master key.
|
public String getKey()
public void setKey(String key)
public CryptoSuite getCrypto()
public void setCrypto(CryptoSuite crypto)
Copyright © 2015 Kurento. All rights reserved.