public interface RequestDecryptor
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CRYPTO_PREFIX |
static String |
CRYPTO_SEPARATOR |
| 限定符和类型 | 方法和说明 |
|---|---|
CryptoHttpInputMessage |
decrypt(org.springframework.http.HttpInputMessage inputMessage)
support(HttpInputMessage) 方法返回true,就执行该方法解密请求数据。 |
String |
getDescription()
返回请求数据解密处理器描述信息,主要用于安全检查报告中。
|
boolean |
support(org.springframework.http.HttpInputMessage inputMessage)
检查是否需要解密请求数据
|
String getDescription()
boolean support(org.springframework.http.HttpInputMessage inputMessage)
inputMessage - HTTP请求对象CryptoHttpInputMessage decrypt(org.springframework.http.HttpInputMessage inputMessage) throws IOException
support(HttpInputMessage) 方法返回true,就执行该方法解密请求数据。inputMessage - HTTP请求对象IOExceptionCopyright © 2023. All rights reserved.