public class Encryption extends Object
Constructor and Description |
---|
Encryption() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getIV() |
String |
getKey() |
String |
getKeyId() |
String |
getKeyType() |
void |
setAlgorithm(String algorithm) |
void |
setIV(String iV) |
void |
setKey(String key) |
void |
setKeyId(String keyId) |
void |
setKeyType(String keyType) |
String |
toString() |
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getKey()
public void setKey(String key)
public String getIV()
public void setIV(String iV)
public String getKeyId()
public void setKeyId(String keyId)
public String getKeyType()
public void setKeyType(String keyType)
Copyright © 2024. All rights reserved.