Interface GpgKeyApi
- 
- All Known Implementing Classes:
- GpgKeyApi.NotImplemented
 
 public interface GpgKeyApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classGpgKeyApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete()GpgKeyInfoget()
 
- 
- 
- 
Method Detail- 
getGpgKeyInfo get() throws RestApiException - Throws:
- RestApiException
 
 - 
deletevoid delete() throws RestApiException- Throws:
- RestApiException
 
 
- 
 
-