Uses of Class
io.gitea.model.GPGKey
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of GPGKey in io.gitea.api
Methods in io.gitea.api that return GPGKey Modifier and Type Method Description GPGKeyUserApi. userCurrentGetGPGKey(java.lang.Long id)Get a GPG keyGPGKeyUserApi. userCurrentPostGPGKey(CreateGPGKeyOption form)Create a GPG keyGPGKeyUserApi. userVerifyGPGKey()Verify a GPG keyMethods in io.gitea.api that return types with arguments of type GPGKey Modifier and Type Method Description ApiResponse<GPGKey>UserApi. userCurrentGetGPGKeyWithHttpInfo(java.lang.Long id)Get a GPG keyjava.util.List<GPGKey>UserApi. userCurrentListGPGKeys(java.lang.Integer page, java.lang.Integer limit)List the authenticated user's GPG keysApiResponse<java.util.List<GPGKey>>UserApi. userCurrentListGPGKeysWithHttpInfo(java.lang.Integer page, java.lang.Integer limit)List the authenticated user's GPG keysApiResponse<GPGKey>UserApi. userCurrentPostGPGKeyWithHttpInfo(CreateGPGKeyOption form)Create a GPG keyjava.util.List<GPGKey>UserApi. userListGPGKeys(java.lang.String username, java.lang.Integer page, java.lang.Integer limit)List the given user's GPG keysApiResponse<java.util.List<GPGKey>>UserApi. userListGPGKeysWithHttpInfo(java.lang.String username, java.lang.Integer page, java.lang.Integer limit)List the given user's GPG keysApiResponse<GPGKey>UserApi. userVerifyGPGKeyWithHttpInfo()Verify a GPG keyMethod parameters in io.gitea.api with type arguments of type GPGKey Modifier and Type Method Description com.squareup.okhttp.CallUserApi. userCurrentGetGPGKeyAsync(java.lang.Long id, ApiCallback<GPGKey> callback)Get a GPG key (asynchronously)com.squareup.okhttp.CallUserApi. userCurrentListGPGKeysAsync(java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<GPGKey>> callback)List the authenticated user's GPG keys (asynchronously)com.squareup.okhttp.CallUserApi. userCurrentPostGPGKeyAsync(CreateGPGKeyOption form, ApiCallback<GPGKey> callback)Create a GPG key (asynchronously)com.squareup.okhttp.CallUserApi. userListGPGKeysAsync(java.lang.String username, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<GPGKey>> callback)List the given user's GPG keys (asynchronously)com.squareup.okhttp.CallUserApi. userVerifyGPGKeyAsync(ApiCallback<GPGKey> callback)Verify a GPG key (asynchronously) -
Uses of GPGKey in io.gitea.model
Methods in io.gitea.model that return GPGKey Modifier and Type Method Description GPGKeyGPGKey. addEmailsItem(GPGKeyEmail emailsItem)GPGKeyGPGKey. addSubkeysItem(GPGKey subkeysItem)GPGKeyGPGKey. canCertify(java.lang.Boolean canCertify)GPGKeyGPGKey. canEncryptComms(java.lang.Boolean canEncryptComms)GPGKeyGPGKey. canEncryptStorage(java.lang.Boolean canEncryptStorage)GPGKeyGPGKey. canSign(java.lang.Boolean canSign)GPGKeyGPGKey. createdAt(org.threeten.bp.OffsetDateTime createdAt)GPGKeyGPGKey. emails(java.util.List<GPGKeyEmail> emails)GPGKeyGPGKey. expiresAt(org.threeten.bp.OffsetDateTime expiresAt)GPGKeyGPGKey. id(java.lang.Long id)GPGKeyGPGKey. keyId(java.lang.String keyId)GPGKeyGPGKey. primaryKeyId(java.lang.String primaryKeyId)GPGKeyGPGKey. publicKey(java.lang.String publicKey)GPGKeyGPGKey. subkeys(java.util.List<GPGKey> subkeys)GPGKeyGPGKey. verified(java.lang.Boolean verified)Methods in io.gitea.model that return types with arguments of type GPGKey Modifier and Type Method Description java.util.List<GPGKey>GPGKey. getSubkeys()Get subkeysMethods in io.gitea.model with parameters of type GPGKey Modifier and Type Method Description GPGKeyGPGKey. addSubkeysItem(GPGKey subkeysItem)Method parameters in io.gitea.model with type arguments of type GPGKey Modifier and Type Method Description voidGPGKey. setSubkeys(java.util.List<GPGKey> subkeys)GPGKeyGPGKey. subkeys(java.util.List<GPGKey> subkeys)