| Package | Description | 
|---|---|
| io.javadog.cws.api.requests | 
 Request Objects used for all incoming Requests to the Crypto Store. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FetchDataRequest
The Request Object must be filled with either a DataId or a CircleId and
 pagination information. 
 | 
class  | 
FetchTrusteeRequest
Object is used to retrieve a list of Trustees for the given CircleId. 
 | 
class  | 
ProcessCircleRequest
Circles only have an Id, a name and an optional External Circle Key, the
 Key is stored encrypted, if set. 
 | 
class  | 
ProcessDataRequest
The Request Object supports several actions for adding, updating and
 deleting Data Objects in CWS. 
 | 
class  | 
ProcessTrusteeRequest
Request Object for the processing of Trustee's. 
 | 
class  | 
SanityRequest
The Sanity Request Object is needed to perform the Sanity CWS Request,
 which is a management request to see if any Data Object have been corrupted
 and thus rendered useless. 
 | 
Copyright © 2019 JavaDog.io. All rights reserved.