| Modifier and Type | Field and Description | 
|---|---|
protected Key | 
KeyAndPrivateKey.key  | 
| Modifier and Type | Method and Description | 
|---|---|
Key | 
KeyAndPrivateKey.getKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
static KeyAndPrivateKey | 
KeyAndPrivateKey.fromKeyAndPrivateKey(Key key,
                    String privateKey)  | 
| Constructor and Description | 
|---|
KeyAndPrivateKey(Key key,
                String privateKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
Key | 
Key.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Key.compareTo(Key that)  | 
Key.Builder | 
Key.Builder.fromKey(Key in)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Key | 
KeyInDatacenter.key  | 
| Modifier and Type | Method and Description | 
|---|---|
Key | 
KeyInDatacenter.get()  | 
| Constructor and Description | 
|---|
KeyInDatacenter(Key key,
               String datacenterId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Key | 
KeyApi.create(Key key)
Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP
 signing. 
 | 
Key | 
KeyApi.get(String name)
Retrieves an individual key record. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Key> | 
KeyAsyncApi.create(Key key)  | 
com.google.common.util.concurrent.ListenableFuture<Key> | 
KeyAsyncApi.get(String name)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Key>> | 
KeyAsyncApi.list()  | 
Set<Key> | 
KeyApi.list()
Lists all public keys we have on record for the specified account. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Key> | 
KeyAsyncApi.create(Key key)  | 
Key | 
KeyApi.create(Key key)
Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP
 signing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<Key> | 
KeyPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.