Uses of Class
com.blockchyp.client.APICredentials
Packages that use APICredentials
-
Uses of APICredentials in com.blockchyp.client
Methods in com.blockchyp.client that return APICredentialsModifier and TypeMethodDescriptionprotected APICredentialsBlockChypClient.decrypt(APICredentials creds) Decrypts API credentials using the offline cache key.protected APICredentialsBlockChypClient.encrypt(APICredentials creds) Encrypts API credentials using the offline cache key.TerminalRouteResponse.getTransientCredentials()Gets transient credentials to be used with the terminal route.Methods in com.blockchyp.client with parameters of type APICredentialsModifier and TypeMethodDescriptionprotected APICredentialsBlockChypClient.decrypt(APICredentials creds) Decrypts API credentials using the offline cache key.protected APICredentialsBlockChypClient.encrypt(APICredentials creds) Encrypts API credentials using the offline cache key.voidBlockChypClient.setDefaultCredentials(APICredentials defaultCredentials) Sets the default root API credentials for the client.voidTerminalRouteResponse.setTransientCredentials(APICredentials transientCredentials) Sets transient credentials to be used with the terminal route.Constructors in com.blockchyp.client with parameters of type APICredentialsModifierConstructorDescriptionBlockChypClient(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.