Uses of Class
com.algorand.algosdk.kmd.client.model.ImportKeyRequest
-
Packages that use ImportKeyRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of ImportKeyRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type ImportKeyRequest Modifier and Type Method Description APIV1POSTKeyImportResponse
DefaultApi. importKey(ImportKeyRequest importKeyRequest)
Import a key Import an externally generated key into the wallet.com.squareup.okhttp.Call
DefaultApi. importKeyAsync(ImportKeyRequest importKeyRequest, ApiCallback<APIV1POSTKeyImportResponse> callback)
Import a key (asynchronously) Import an externally generated key into the wallet.com.squareup.okhttp.Call
DefaultApi. importKeyCall(ImportKeyRequest importKeyRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importKeyApiResponse<APIV1POSTKeyImportResponse>
DefaultApi. importKeyWithHttpInfo(ImportKeyRequest importKeyRequest)
Import a key Import an externally generated key into the wallet. -
Uses of ImportKeyRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return ImportKeyRequest Modifier and Type Method Description ImportKeyRequest
ImportKeyRequest. privateKey(byte[] privateKey)
ImportKeyRequest
ImportKeyRequest. walletHandleToken(String walletHandleToken)
-