| Package | Description |
|---|---|
| io.gs2.key | |
| io.gs2.key.domain.model | |
| io.gs2.key.request |
| Modifier and Type | Method and Description |
|---|---|
EncryptResult |
Gs2KeyRestClient.encrypt(EncryptRequest request) |
void |
Gs2KeyRestClient.encryptAsync(EncryptRequest request,
AsyncAction<AsyncResult<EncryptResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
KeyDomain |
KeyDomain.encrypt(EncryptRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static EncryptRequest |
EncryptRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
EncryptRequest |
EncryptRequest.withData(String data) |
EncryptRequest |
EncryptRequest.withKeyName(String keyName) |
EncryptRequest |
EncryptRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.