Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
-
Packages that use APIV1POSTKeyExportResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTKeyExportResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTKeyExportResponse Modifier and Type Method Description APIV1POSTKeyExportResponse
DefaultApi. exportKey(ExportKeyRequest exportKeyRequest)
Export a key Export the secret key associated with the passed public key.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTKeyExportResponse Modifier and Type Method Description ApiResponse<APIV1POSTKeyExportResponse>
DefaultApi. exportKeyWithHttpInfo(ExportKeyRequest exportKeyRequest)
Export a key Export the secret key associated with the passed public key.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTKeyExportResponse Modifier and Type Method Description 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. -
Uses of APIV1POSTKeyExportResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTKeyExportResponse Modifier and Type Method Description APIV1POSTKeyExportResponse
APIV1POSTKeyExportResponse. error(Boolean error)
APIV1POSTKeyExportResponse
APIV1POSTKeyExportResponse. message(String message)
APIV1POSTKeyExportResponse
APIV1POSTKeyExportResponse. privateKey(byte[] privateKey)
-