public class Key extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Key.Fingerprints
Matching key fingerprints as returned by "key.finger".
|
static class |
Key.Keys<T>
Salt keys information.
|
static class |
Key.Names
Salt keys as returned by "key.list_all".
|
static class |
Key.Pair
A key pair as returned by "key.gen" or "key.gen_accept".
|
Modifier and Type | Method and Description |
---|---|
static WheelCall<Object> |
accept(String match) |
static WheelCall<Object> |
delete(String match) |
static WheelCall<Key.Fingerprints> |
finger(String match) |
static WheelCall<Key.Pair> |
gen(String id) |
static WheelCall<Key.Pair> |
genAccept(String id,
Optional<Boolean> force) |
static WheelCall<Key.Names> |
listAll() |
static WheelCall<Object> |
reject(String match) |
public static WheelCall<Key.Fingerprints> finger(String match)
Copyright © 2016. All rights reserved.