public interface GpgApiAdapter
Modifier and Type | Method and Description |
---|---|
PushCertificateInfo |
checkPushCertificate(String certStr,
IdentifiedUser expectedUser) |
GpgKeyApi |
gpgKey(AccountResource account,
IdString idStr) |
boolean |
isEnabled() |
Map<String,GpgKeyInfo> |
listGpgKeys(AccountResource account) |
Map<String,GpgKeyInfo> |
putGpgKeys(AccountResource account,
List<String> add,
List<String> delete) |
boolean isEnabled()
Map<String,GpgKeyInfo> listGpgKeys(AccountResource account) throws RestApiException, GpgException
RestApiException
GpgException
Map<String,GpgKeyInfo> putGpgKeys(AccountResource account, List<String> add, List<String> delete) throws RestApiException, GpgException
RestApiException
GpgException
GpgKeyApi gpgKey(AccountResource account, IdString idStr) throws RestApiException, GpgException
RestApiException
GpgException
PushCertificateInfo checkPushCertificate(String certStr, IdentifiedUser expectedUser) throws GpgException
GpgException