| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryClient.StaleApiEntryElement
Thrown whenever a stale API-entry Element has been passed to one of the
RegistryClient
's methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryClient.assertApiIsCoveredByServerKey(Element apiElement,
RSAPublicKey serverKey)
Performs the same action as described by
RegistryClient.isApiCoveredByServerKey(Element, RSAPublicKey), but throws an exception instead of
returning booleans. |
void |
ClientImpl.assertApiIsCoveredByServerKey(Element apiElement,
RSAPublicKey serverKey) |
RSAPublicKey |
RegistryClient.getServerKeyCoveringApi(Element apiElement)
Find a server key covering a given API.
|
RSAPublicKey |
ClientImpl.getServerKeyCoveringApi(Element apiElement) |
Collection<RSAPublicKey> |
RegistryClient.getServerKeysCoveringApi(Element apiElement)
Retrieve all server keys covering a given API.
|
Collection<RSAPublicKey> |
ClientImpl.getServerKeysCoveringApi(Element apiElement) |
boolean |
RegistryClient.isApiCoveredByServerKey(Element apiElement,
RSAPublicKey serverKey)
Check if a given API is covered by a given server key.
|
boolean |
ClientImpl.isApiCoveredByServerKey(Element apiElement,
RSAPublicKey serverKey) |
Copyright © 2017. All rights reserved.