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 APIV1POSTKeyImportResponseDefaultApi. importKey(ImportKeyRequest importKeyRequest)Import a key Import an externally generated key into the wallet.com.squareup.okhttp.CallDefaultApi. importKeyAsync(ImportKeyRequest importKeyRequest, ApiCallback<APIV1POSTKeyImportResponse> callback)Import a key (asynchronously) Import an externally generated key into the wallet.com.squareup.okhttp.CallDefaultApi. 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 ImportKeyRequestImportKeyRequest. privateKey(byte[] privateKey)ImportKeyRequestImportKeyRequest. walletHandleToken(String walletHandleToken)
-