Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
KeyPair.Builder.fromKeyPair(KeyPair in) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPairApi.create(String name)
Creates a
KeyPair . |
KeyPair |
KeyPairApi.createWithPublicKey(String name,
String publicKey)
Creates a
KeyPair with a public key. |
KeyPair |
KeyPairApi.get(String name)
Gets a specific
KeyPair by name. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<KeyPair> |
KeyPairApi.list()
Lists all Key Pairs.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameEquals(String name)
matches name of the given keypair starts with the specified prefix
|
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.