Package | Description |
---|---|
com.blockchyp.client |
Modifier and Type | Method and Description |
---|---|
protected APICredentials |
BlockChypClient.decrypt(APICredentials creds)
Decrypts API credentials using the offline cache key.
|
protected APICredentials |
BlockChypClient.encrypt(APICredentials creds)
Encrypts API credentials using the offline cache key.
|
APICredentials |
TerminalRouteResponse.getTransientCredentials()
Gets transient credentials to be used with the terminal route.
|
Modifier and Type | Method and Description |
---|---|
protected APICredentials |
BlockChypClient.decrypt(APICredentials creds)
Decrypts API credentials using the offline cache key.
|
protected APICredentials |
BlockChypClient.encrypt(APICredentials creds)
Encrypts API credentials using the offline cache key.
|
void |
BlockChypClient.setDefaultCredentials(APICredentials defaultCredentials)
Sets the default root API credentials for the client.
|
void |
TerminalRouteResponse.setTransientCredentials(APICredentials transientCredentials)
Sets transient credentials to be used with the terminal route.
|
Constructor and Description |
---|
BlockChypClient(APICredentials defaultCredentials)
Provided as a convenience to support constructor based dependency injection.
|
BlockChypClient(String gatewayHost,
APICredentials defaultCredentials)
Provided as a convenience to support constructor based dependency injection.
|
BlockChypClient(String gatewayHost,
String testGatewayHost,
APICredentials defaultCredentials)
Provided as a convenience to support constructor based dependency injection.
|
BlockChypClient(String dashboardHost,
String gatewayHost,
String testGatewayHost,
APICredentials defaultCredentials)
Provided as a convenience to support constructor based dependency injection.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.