Package io.gs2.key.request
Class EncryptRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getData()voidvoidsetKeyName(String keyName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withKeyName(String keyName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
EncryptRequest
public EncryptRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getKeyName
-
setKeyName
-
withKeyName
-
getData
-
setData
-
withData
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-