Uses of Class
io.gitea.model.CreateGPGKeyOption
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of CreateGPGKeyOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreateGPGKeyOption Modifier and Type Method Description GPGKeyUserApi. userCurrentPostGPGKey(CreateGPGKeyOption form)Create a GPG keycom.squareup.okhttp.CallUserApi. userCurrentPostGPGKeyAsync(CreateGPGKeyOption form, ApiCallback<GPGKey> callback)Create a GPG key (asynchronously)com.squareup.okhttp.CallUserApi. userCurrentPostGPGKeyCall(CreateGPGKeyOption form, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for userCurrentPostGPGKeyApiResponse<GPGKey>UserApi. userCurrentPostGPGKeyWithHttpInfo(CreateGPGKeyOption form)Create a GPG key -
Uses of CreateGPGKeyOption in io.gitea.model
Methods in io.gitea.model that return CreateGPGKeyOption Modifier and Type Method Description CreateGPGKeyOptionCreateGPGKeyOption. armoredPublicKey(java.lang.String armoredPublicKey)CreateGPGKeyOptionCreateGPGKeyOption. armoredSignature(java.lang.String armoredSignature)