Package | Description |
---|---|
co.codewizards.cloudstore.core.auth |
Authentication- and authorisation-related classes - used in multiple locations.
|
co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
co.codewizards.cloudstore.rest.server.service |
REST services ("resources" in REST lingo) for the client-server communication.
|
Modifier and Type | Method and Description |
---|---|
EncryptedSignedAuthToken |
SignedAuthTokenEncrypter.encrypt(byte[] signedAuthTokenData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
SignedAuthTokenDecrypter.decrypt(EncryptedSignedAuthToken encryptedSignedAuthToken) |
Modifier and Type | Method and Description |
---|---|
EncryptedSignedAuthToken |
GetEncryptedSignedAuthToken.execute() |
Modifier and Type | Method and Description |
---|---|
EncryptedSignedAuthToken |
EncryptedSignedAuthTokenService.getEncryptedSignedAuthToken(UUID clientRepositoryId) |
protected EncryptedSignedAuthToken |
EncryptedSignedAuthTokenService.getEncryptedSignedAuthToken(UUID serverRepositoryId,
UUID clientRepositoryId,
byte[] localRepoPrivateKey,
byte[] remoteRepoPublicKey) |
Copyright © 2013–2019. All rights reserved.