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