public class AttachmentServiceHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.coodex.util.Profile |
ATTACHMENT_PROFILE |
| 构造器和说明 |
|---|
AttachmentServiceHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getKey(String clientId) |
static String |
sign(String clientId,
List<String> attachmentIds) |
static String |
sign(String clientId,
String attachmentId) |
static boolean |
verify(String clientId,
List<String> attachmentIds,
String sign) |
static boolean |
verify(String clientId,
String attachmentId,
String sign) |
Copyright © 2018. All rights reserved.