Misc cleanup
This commit is contained in:
parent
9b5fa56215
commit
084ce14451
17 changed files with 101 additions and 620 deletions
|
|
@ -295,6 +295,7 @@ public class SecureCompletionClient {
|
|||
* @return encrypted bytes (JSON package)
|
||||
* @throws SecurityError if encryption fails or keys not loaded
|
||||
*/
|
||||
@SuppressWarnings("JavadocDeclaration")
|
||||
public CompletableFuture<byte[]> encryptPayload(Map<String, Object> payload) {
|
||||
return CompletableFuture.supplyAsync(() -> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue