@Entity public class CipherEncryptionAlgorithm extends EncryptionAlgorithm
| Constructor and Description |
|---|
CipherEncryptionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherAlgorithm() |
String |
getKeyAlgorithm() |
KeyGenerator |
getKeyGeneratorInstance() |
boolean |
isReversible() |
void |
setCipherAlgorithm(String cipherAlgorithm) |
void |
setKeyAlgorithm(String keyAlgorithm) |
String |
toString() |
getDescription, getId, getName, getRank, isDefault, setDefault, setDescription, setId, setName, setRankpublic String getKeyAlgorithm()
public void setKeyAlgorithm(String keyAlgorithm) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic String getCipherAlgorithm()
public void setCipherAlgorithm(String cipherAlgorithm)
public KeyGenerator getKeyGeneratorInstance() throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic boolean isReversible()
public String toString()
toString in class EncryptionAlgorithmCopyright © 2012–2016 Emory University. All rights reserved.