|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Certificate | |
|---|---|
| org.nhind.config | |
| org.nhindirect.config.service.impl | |
| Uses of Certificate in org.nhind.config |
|---|
| Methods in org.nhind.config that return Certificate | |
|---|---|
Certificate |
ConfigurationServiceProxy.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
|
Certificate |
ConfigurationService.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceProxy.getCertificates(long[] certificateIds,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationService.getCertificates(long[] certificateIds,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceProxy.getCertificatesForOwner(String owner,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationService.getCertificatesForOwner(String owner,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceProxy.listCertificates(long lastCertificateId,
int maxResutls,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationService.listCertificates(long lastCertificateId,
int maxResutls,
CertificateGetOptions options)
|
| Methods in org.nhind.config with parameters of type Certificate | |
|---|---|
void |
ConfigurationServiceProxy.addCertificates(Certificate[] certs)
|
void |
ConfigurationService.addCertificates(Certificate[] certs)
|
boolean |
ConfigurationServiceProxy.contains(Certificate cert)
|
boolean |
ConfigurationService.contains(Certificate cert)
|
void |
ConfigurationServiceProxy.updateTrustBundleAttributes(long trustBundleId,
String trustBundleName,
String trustBundleURL,
Certificate signingCert,
int trustBundleRefreshInterval)
|
void |
ConfigurationService.updateTrustBundleAttributes(long trustBundleId,
String trustBundleName,
String trustBundleURL,
Certificate signingCert,
int trustBundleRefreshInterval)
|
void |
ConfigurationServiceProxy.updateTrustBundleSigningCertificate(long trustBundleIds,
Certificate signingCert)
|
void |
ConfigurationService.updateTrustBundleSigningCertificate(long trustBundleIds,
Certificate signingCert)
|
| Uses of Certificate in org.nhindirect.config.service.impl |
|---|
| Methods in org.nhindirect.config.service.impl that return Certificate | |
|---|---|
Certificate |
ConfigurationServiceImplServiceSoapBindingStub.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceImplServiceSoapBindingStub.getCertificates(long[] certificateIds,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceImplServiceSoapBindingStub.getCertificatesForOwner(String owner,
CertificateGetOptions options)
|
Certificate[] |
ConfigurationServiceImplServiceSoapBindingStub.listCertificates(long lastCertificateId,
int maxResutls,
CertificateGetOptions options)
|
| Methods in org.nhindirect.config.service.impl with parameters of type Certificate | |
|---|---|
void |
ConfigurationServiceImplServiceSoapBindingStub.addCertificates(Certificate[] certs)
|
boolean |
ConfigurationServiceImplServiceSoapBindingStub.contains(Certificate cert)
|
void |
ConfigurationServiceImplServiceSoapBindingStub.updateTrustBundleAttributes(long trustBundleId,
String trustBundleName,
String trustBundleURL,
Certificate signingCert,
int trustBundleRefreshInterval)
|
void |
ConfigurationServiceImplServiceSoapBindingStub.updateTrustBundleSigningCertificate(long trustBundleIds,
Certificate signingCert)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||