public class SDES
extends java.lang.Object
Constructor and Description |
---|
SDES()
Create a SDES
|
Modifier and Type | Method and Description |
---|---|
CryptoSuite |
getCrypto()
get Selects the cryptographic suite to be used.
|
java.lang.String |
getKey()
get A string representing the cryptographic key used.
|
void |
setCrypto(CryptoSuite crypto)
set Selects the cryptographic suite to be used.
|
void |
setKey(java.lang.String key)
set A string representing the cryptographic key used.
|
public java.lang.String getKey()
public void setKey(java.lang.String key)
public CryptoSuite getCrypto()
public void setCrypto(CryptoSuite crypto)