Subclasses of Message in org.cumulus4j.keymanager.back.shared |
class |
ErrorResponse
Response implementation for sending an error back to the app-server. |
class |
GetActiveEncryptionKeyRequest
Request implementation to get the currently active encryption key. |
class |
GetActiveEncryptionKeyResponse
Response implementation to send the currently active encryption key to the app-server. |
class |
GetKeyRequest
Request implementation to get a specific symmetric secret key. |
class |
GetKeyResponse
Response implementation to send a specific symmetric secret key to the app-server. |
class |
NullResponse
Response implementation not containing any data and symbolising Java's null value. |
class |
Request
Super-class for all requests sent from app-server to key-manager. |
class |
Response
Super-class for all responses sent from key-manager to app-server. |