| Modifier and Type | Interface and Description |
|---|---|
interface |
UserKey
Extends the base
Key interface to add a userId field, which is a common use case for authentication. |
| Modifier and Type | Method and Description |
|---|---|
Key |
Keychain.currentKey() |
Key |
DefaultKeychain.currentKey() |
Key |
Verifier.selectKey(Authorization authorization)
|
Key |
DefaultVerifier.selectKey(Authorization authorization)
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Key> |
DefaultKeychain.iterator() |
Map<String,Key> |
Keychain.toMap(KeyId keyId) |
Map<String,Key> |
DefaultKeychain.toMap(KeyId keyIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultKeychain.add(Key key) |
String |
KeyId.getId(Key key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultKeychain.addAll(Collection<? extends Key> c) |
| Constructor and Description |
|---|
Signer(Key singleKey,
KeyId keyId) |
| Constructor and Description |
|---|
DefaultKeychain(Collection<? extends Key> identities) |
Copyright © 2013-2017. All Rights Reserved.