| Modifier and Type | Method and Description |
|---|---|
boolean |
RegistryClient.areHeisCoveredByCertificate(Collection<String> heiIds,
Certificate clientCert)
Check if given set of HEIs is completely covered by the given certificate.
|
boolean |
ClientImpl.areHeisCoveredByCertificate(Collection<String> heiIds,
Certificate clientCert) |
boolean |
RegistryClient.areHeisCoveredByCertificate(String[] heiIds,
Certificate clientCert)
This is an alias of
RegistryClient.areHeisCoveredByCertificate(Collection, Certificate). |
boolean |
ClientImpl.areHeisCoveredByCertificate(String[] heiIds,
Certificate clientCert) |
boolean |
RegistryClient.areHeisCoveredByClientKey(Collection<String> heiIds,
RSAPublicKey clientKey)
Check if given set of HEIs is completely covered by the given client key.
|
boolean |
ClientImpl.areHeisCoveredByClientKey(Collection<String> heiIds,
RSAPublicKey clientKey) |
boolean |
RegistryClient.areHeisCoveredByClientKey(String[] heiIds,
RSAPublicKey clientKey)
This is an alias of
RegistryClient.areHeisCoveredByClientKey(Collection, RSAPublicKey). |
boolean |
ClientImpl.areHeisCoveredByClientKey(String[] heiIds,
RSAPublicKey clientKey) |
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) |
void |
RegistryClient.assertCertificateIsKnown(Certificate clientCert)
Performs the same action as described by
RegistryClient.isCertificateKnown(Certificate), but throws
an exception instead of returning booleans. |
void |
RegistryClient.assertClientKeyIsKnown(RSAPublicKey clientKey)
Performs the same action as described by
RegistryClient.isClientKeyKnown(RSAPublicKey), but throws an
exception instead of returning booleans. |
void |
RegistryClient.assertHeiIsCoveredByCertificate(String heiId,
Certificate clientCert)
Performs the same action as described by
RegistryClient.isHeiCoveredByCertificate(String, Certificate), but throws an exception instead of
returning booleans. |
void |
RegistryClient.assertHeiIsCoveredByClientKey(String heiId,
RSAPublicKey clientKey)
Performs the same action as described by
RegistryClient.isHeiCoveredByClientKey(String, RSAPublicKey)
, but throws an exception instead of returning booleans. |
void |
RegistryClient.assertHeisAreCoveredByCertificate(Collection<String> heiIds,
Certificate clientCert)
Performs the same action as described by
RegistryClient.areHeisCoveredByCertificate(Collection, Certificate), but throws an exception instead
of returning booleans. |
void |
RegistryClient.assertHeisAreCoveredByCertificate(String[] heiIds,
Certificate clientCert)
This is an alias of
RegistryClient.assertHeisAreCoveredByCertificate(Collection, Certificate). |
void |
RegistryClient.assertHeisAreCoveredByClientKey(Collection<String> heiIds,
RSAPublicKey clientKey)
Performs the same action as described by
RegistryClient.areHeisCoveredByClientKey(Collection, RSAPublicKey), but throws an exception instead
of returning booleans. |
void |
RegistryClient.assertHeisAreCoveredByClientKey(String[] heiIds,
RSAPublicKey clientKey)
This is an alias of
RegistryClient.assertHeisAreCoveredByClientKey(Collection, RSAPublicKey). |
void |
ClientImpl.assertHeisAreCoveredByClientKey(String[] heiIds,
RSAPublicKey clientKey) |
Element |
RegistryClient.findApi(ApiSearchConditions conditions)
Find particular API implementation in the network.
|
Collection<Element> |
RegistryClient.findApis(ApiSearchConditions conditions)
Find all API implementations matching the given conditions.
|
HeiEntry |
RegistryClient.findHei(String id)
Retrieve a
HeiEntry for a given HEI SCHAC ID. |
HeiEntry |
ClientImpl.findHei(String id) |
HeiEntry |
RegistryClient.findHei(String type,
String value)
Find
HeiEntry by other (non-SCHAC) ID. |
HeiEntry |
ClientImpl.findHei(String type,
String value) |
String |
RegistryClient.findHeiId(String type,
String value)
Find the HEI's SCHAC ID by providing an other (non-SCHAC) type of ID.
|
Collection<HeiEntry> |
RegistryClient.findHeis(ApiSearchConditions conditions)
Find HEIs for which a particular API has been implemented.
|
Collection<HeiEntry> |
ClientImpl.findHeis(ApiSearchConditions conditions) |
RSAPublicKey |
RegistryClient.findRsaPublicKey(String fingerprint)
Find a public key identified by a given fingerprint.
|
RSAPublicKey |
ClientImpl.findRsaPublicKey(String fingerprint) |
Collection<HeiEntry> |
RegistryClient.getAllHeis()
Retrieve a list of all HEIs described in the Registry's catalogue.
|
Collection<HeiEntry> |
ClientImpl.getAllHeis() |
Collection<String> |
RegistryClient.getHeisCoveredByCertificate(Certificate clientCert)
Retrieve a list of HEIs covered by the given certificate.
|
Collection<String> |
RegistryClient.getHeisCoveredByClientKey(RSAPublicKey clientKey)
Retrieve a list of HEIs covered by the given client key.
|
Collection<String> |
ClientImpl.getHeisCoveredByClientKey(RSAPublicKey clientKey) |
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) |
boolean |
RegistryClient.isCertificateKnown(Certificate clientCert)
Check if a given client certificate is present in the Registry's catalogue.
|
boolean |
RegistryClient.isClientKeyKnown(RSAPublicKey clientKey)
Check if a given client key is present in the Registry's catalogue.
|
boolean |
ClientImpl.isClientKeyKnown(RSAPublicKey clientKey) |
boolean |
RegistryClient.isHeiCoveredByCertificate(String heiId,
Certificate clientCert)
Check if a given HEI is covered by a given client certificate.
|
boolean |
RegistryClient.isHeiCoveredByClientKey(String heiId,
RSAPublicKey clientKey)
Check if a given HEI is covered by a given client key.
|
boolean |
ClientImpl.isHeiCoveredByClientKey(String heiId,
RSAPublicKey clientKey) |
Copyright © 2017. All rights reserved.