Interface GpgKeyApi
-
- All Known Implementing Classes:
GpgKeyApi.NotImplemented
public interface GpgKeyApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GpgKeyApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete()
GpgKeyInfo
get()
-
-
-
Method Detail
-
get
GpgKeyInfo get() throws RestApiException
- Throws:
RestApiException
-
delete
void delete() throws RestApiException
- Throws:
RestApiException
-
-