|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CertificateGetOptions | |
|---|---|
| org.nhindirect.config.service | |
| org.nhindirect.config.service.impl | |
| Uses of CertificateGetOptions in org.nhindirect.config.service |
|---|
| Methods in org.nhindirect.config.service with parameters of type CertificateGetOptions | |
|---|---|
Anchor |
AnchorService.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
Get an Anchor. |
Collection<Anchor> |
AnchorService.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
Get a collection of Anchors. |
Collection<Anchor> |
AnchorService.getAnchorsForOwner(String owner,
CertificateGetOptions options)
Get a collection of Anchors for an owner. |
Certificate |
CertificateService.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
Get a Certificate. |
Collection<Certificate> |
CertificateService.getCertificates(Collection<Long> certificateIds,
CertificateGetOptions options)
Get a collection of Certificates. |
Collection<Certificate> |
CertificateService.getCertificatesForOwner(String owner,
CertificateGetOptions options)
Get a collection of Certificates for an owner. |
Collection<Anchor> |
AnchorService.getIncomingAnchors(String owner,
CertificateGetOptions options)
Get a collection of incoming Anchors. |
Collection<Anchor> |
AnchorService.getOutgoingAnchors(String owner,
CertificateGetOptions options)
Get a collection of outgoing Anchors. |
Collection<Anchor> |
AnchorService.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
Get a collection of Anchors. |
Collection<Certificate> |
CertificateService.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
Get a collection of Certificates. |
| Uses of CertificateGetOptions in org.nhindirect.config.service.impl |
|---|
| Fields in org.nhindirect.config.service.impl declared as CertificateGetOptions | |
|---|---|
static CertificateGetOptions |
CertificateGetOptions.DEFAULT
A CertificateGetOptions instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||