public class Encryption extends Object
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAesKey()
AES128加密密钥
|
String |
getKeyServerUrl() |
String |
getStrategy()
Fixed-表示固定密钥加密
|
void |
setAesKey(String aesKey) |
void |
setKeyServerUrl(String keyServerUrl) |
void |
setStrategy(String strategy) |
String |
toString() |
Encryption |
withAesKey(String aesKey) |
Encryption |
withKeyServerUrl(String keyServerUrl) |
Encryption |
withStrategy(String strategy) |
public String getStrategy()
public void setStrategy(String strategy)
public Encryption withStrategy(String strategy)
public String getAesKey()
public void setAesKey(String aesKey)
public Encryption withAesKey(String aesKey)
public String getKeyServerUrl()
public void setKeyServerUrl(String keyServerUrl)
public Encryption withKeyServerUrl(String keyServerUrl)
Copyright © 2024. All rights reserved.