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 APIV1POSTKeyExportResponse
DefaultApi. exportKey(ExportKeyRequest exportKeyRequest)
Export a key Export the secret key associated with the passed public key.com.squareup.okhttp.Call
DefaultApi. exportKeyAsync(ExportKeyRequest exportKeyRequest, ApiCallback<APIV1POSTKeyExportResponse> callback)
Export a key (asynchronously) Export the secret key associated with the passed public key.com.squareup.okhttp.Call
DefaultApi. 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 ExportKeyRequest
ExportKeyRequest. address(String address)
ExportKeyRequest
ExportKeyRequest. walletHandleToken(String walletHandleToken)
ExportKeyRequest
ExportKeyRequest. walletPassword(String walletPassword)
-