Package | Description |
---|---|
io.javadog.cws.api |
Functionality provided by the CryptoStore.
|
io.javadog.cws.api.responses |
Response Objects used by the CryptoStore when a request is handled.
|
Class and Description |
---|
CwsResponse
General Response Object, embedded in all other Response Objects, as it
contains the processing result, i.e.
|
FetchCircleResponse
If the request was successful, a list of Circles will be returned.
|
FetchDataResponse
If the request was made generally, i.e.
|
FetchDataTypeResponse
Retrieves a list of known
DataType Objects, which is registered
in the CWS instance, and can be used to map over the stored data. |
FetchMemberResponse
The result will depend on the request parameters, if no information was
set in the request, then the list of Circles will be filled with the Circles,
the requesting member is allowed to see.
|
FetchSignatureResponse
Retrieves a list of Signatures, which the Member has issued, complete with
information about how many times each signature has been used and of they
have expired or not.
|
FetchTrusteeResponse
Response contains a list of the Trustees who belong to the requested
Circle.
|
MasterKeyResponse
The response from the MasterKey request is limited to error information,
or information about the successful changing or altering a key.
|
ProcessCircleResponse
This response object contain the result of the processing of Circles.
|
ProcessDataResponse
The Response Object contain the new Data Id, when an Object was
successfully uploaded.
|
ProcessDataTypeResponse
When a DataType has been processed, it is not having a an Id, thus the
entire DataType Object is simple returned, if the request completed
successfully.
|
ProcessMemberResponse
If the request was invoked with the CREATE action, then the response will
contain the newly generated Member Id.
|
ProcessTrusteeResponse
The Response Object from the processing Trustee request.
|
SanityResponse
Returns a list of Data Objects, which have failed their sanity checks,
i.e.
|
SettingResponse
Contains a map of current settings in this CWS instance, some of the
settings is System specific, others are custom for the client.
|
SignResponse
When the Sign request was invoked, the CWS will return an Object of this
type.
|
VerifyResponse
This is the response Object from the CWS, when the verify request was
invoked.
|
VersionResponse
Returns the current version of the CWS instance running.
|
Class and Description |
---|
CwsResponse
General Response Object, embedded in all other Response Objects, as it
contains the processing result, i.e.
|
Copyright © 2019 JavaDog.io. All rights reserved.