Uses of Class
com.algorand.algosdk.kmd.client.model.ExportKeyRequest
-
Packages that use ExportKeyRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of ExportKeyRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type ExportKeyRequest Modifier and Type Method Description APIV1POSTKeyExportResponseDefaultApi. exportKey(ExportKeyRequest exportKeyRequest)Export a key Export the secret key associated with the passed public key.com.squareup.okhttp.CallDefaultApi. exportKeyAsync(ExportKeyRequest exportKeyRequest, ApiCallback<APIV1POSTKeyExportResponse> callback)Export a key (asynchronously) Export the secret key associated with the passed public key.com.squareup.okhttp.CallDefaultApi. exportKeyCall(ExportKeyRequest exportKeyRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for exportKeyApiResponse<APIV1POSTKeyExportResponse>DefaultApi. exportKeyWithHttpInfo(ExportKeyRequest exportKeyRequest)Export a key Export the secret key associated with the passed public key. -
Uses of ExportKeyRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return ExportKeyRequest Modifier and Type Method Description ExportKeyRequestExportKeyRequest. address(String address)ExportKeyRequestExportKeyRequest. walletHandleToken(String walletHandleToken)ExportKeyRequestExportKeyRequest. walletPassword(String walletPassword)
-