Class SilencerEncryptProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SilencerEncryptProp.Key) public class SilencerEncryptProp
Automatic configuration of encryption features. wings-encrypt-79.properties
- Since:
2021-02-13
trydofor
-
-
Constructor Summary
Constructors Constructor Description SilencerEncryptProp()
-
Method Summary
Modifier and Type Method Description StringgetLeapCode()LeapCode's default seed, should change for security requirements. voidsetLeapCode(String leapCode)LeapCode's default seed, should change for security requirements. Array<int>getCrc8Long()Default seed of Crc8Long, should change for security requirements. voidsetCrc8Long(Array<int> crc8Long)Default seed of Crc8Long, should change for security requirements. Map<String, String>getAesKey()the default Aes256 encryption name and password voidsetAesKey(Map<String, String> aesKey)the default Aes256 encryption name and password StringgetAesKey(String name)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getLeapCode
String getLeapCode()
LeapCode's default seed, should change for security requirements.
-
setLeapCode
void setLeapCode(String leapCode)
LeapCode's default seed, should change for security requirements.
-
getCrc8Long
Array<int> getCrc8Long()
Default seed of Crc8Long, should change for security requirements.
-
setCrc8Long
void setCrc8Long(Array<int> crc8Long)
Default seed of Crc8Long, should change for security requirements.
-
setAesKey
void setAesKey(Map<String, String> aesKey)
the default Aes256 encryption name and password
-
hashCode
int hashCode()
-
-
-
-