public interface ResponseEncryptor
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.HttpInputMessage |
encrypt(org.springframework.http.HttpInputMessage inputMessage) |
InputStream |
encrypt(InputStream inputStream) |
String |
encryptToText(InputStream inputStream) |
InputStream encrypt(InputStream inputStream) throws IOException
IOExceptionString encryptToText(InputStream inputStream) throws IOException
IOExceptionorg.springframework.http.HttpInputMessage encrypt(org.springframework.http.HttpInputMessage inputMessage)
throws IOException
IOExceptionCopyright © 2023. All rights reserved.