public class PBEConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ALGORITHM |
static String |
DEFAULT_MESSAGE_CHARSET |
| Constructor and Description |
|---|
PBEConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getMessageCharset() |
char[] |
getPassword() |
String |
getPasswordPathfile() |
boolean |
isEnable() |
void |
setAlgorithm(String algorithm) |
void |
setEnable(boolean enable) |
void |
setMessageCharset(String messageCharset) |
void |
setPassword(char[] password) |
void |
setPassword(String password) |
void |
setPasswordPathfile(String passwordPathfile) |
public static final String DEFAULT_ALGORITHM
public static final String DEFAULT_MESSAGE_CHARSET
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getMessageCharset()
public void setMessageCharset(String messageCharset)
public void setPassword(String password)
public char[] getPassword()
public void setPassword(char[] password)
public String getPasswordPathfile()
public void setPasswordPathfile(String passwordPathfile)
public boolean isEnable()
public void setEnable(boolean enable)
Copyright © 2018. All rights reserved.