|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyApi
Keys are the means by which you operate on your SSH/signing keys. Currently CloudAPI supports uploads of public keys in the OpenSSH format.
KeyAsyncApi,
api doc| Method Summary | |
|---|---|
Key |
create(Key key)
Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP signing. |
void |
delete(String name)
Deletes an SSH key by name. |
Key |
get(String name)
Retrieves an individual key record. |
Set<Key> |
list()
Lists all public keys we have on record for the specified account. |
| Method Detail |
|---|
Set<Key> list()
Key get(String name)
Key create(Key key)
void delete(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||