public class AdviceCryptoProcessor extends Object implements CryptoProcessor
| 构造器和说明 |
|---|
AdviceCryptoProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.HttpInputMessage |
decrypt(org.springframework.http.HttpInputMessage inputMessage,
org.springframework.core.MethodParameter parameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
advice切面解密
|
Object |
encrypt(Object body,
org.springframework.core.MethodParameter returnType,
org.springframework.http.MediaType selectedContentType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> selectedConverterType,
org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
advice切面加密
|
public org.springframework.http.HttpInputMessage decrypt(org.springframework.http.HttpInputMessage inputMessage,
org.springframework.core.MethodParameter parameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
throws Exception
CryptoProcessordecrypt 在接口中 CryptoProcessorExceptionpublic Object encrypt(Object body, org.springframework.core.MethodParameter returnType, org.springframework.http.MediaType selectedContentType, Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> selectedConverterType, org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response) throws Exception
CryptoProcessorencrypt 在接口中 CryptoProcessorExceptionCopyright © 2022. All rights reserved.