com.vmware.vcenter.certificate_management.vcenter
package provides
interfaces to manage certificates.See: Description
Interface | Description |
---|---|
SigningCertificate |
The
SigningCertificate interface provides methods to view and manage
vCenter signing certificates which are used to sign and verify tokens issued by
vCenter token service. |
SigningCertificateTypes |
Defines the data types of the
SigningCertificate
API service. |
Tls |
The
Tls interface provides methods to replace Tls certificate. |
TlsCsr |
The
TlsCsr interface provides methods to generate certificate signing
request. |
TlsCsrTypes |
Defines the data types of the
TlsCsr
API service. |
TlsTypes |
Defines the data types of the
Tls
API service. |
TrustedRootChains |
The
TrustedRootChains interface provides methods to create, modify,
delete and read trusted root certificate chains. |
TrustedRootChainsTypes |
Defines the data types of the
TrustedRootChains
API service. |
VmcaRoot |
The
VmcaRoot interface provides methods to replace VMware Certificate
Authority (VMCA) root certificate. |
VmcaRootTypes |
Defines the data types of the
VmcaRoot
API service. |
Class | Description |
---|---|
SigningCertificateDefinitions |
Defines the type descriptors for the
SigningCertificate
API service. |
SigningCertificateStub |
Remote stub implementation of the
SigningCertificate
API service. |
SigningCertificateTypes.Info |
The
Info class contains data that represents vCenter signing
certificates. |
SigningCertificateTypes.Info.Builder |
Builder class for
SigningCertificateTypes.Info . |
SigningCertificateTypes.SetSpec |
The
SetSpec class contains data to set the active vCenter signing
certificate. |
SigningCertificateTypes.SetSpec.Builder |
Builder class for
SigningCertificateTypes.SetSpec . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.certificate_management.vcenter package. |
TlsCsrDefinitions |
Defines the type descriptors for the
TlsCsr
API service. |
TlsCsrStub |
Remote stub implementation of the
TlsCsr
API service. |
TlsCsrTypes.Info |
The
Info class contains information for a Certificate signing request. |
TlsCsrTypes.Info.Builder |
Builder class for
TlsCsrTypes.Info . |
TlsCsrTypes.Spec |
The
Spec class contains information to generate a Private Key and CSR. |
TlsCsrTypes.Spec.Builder |
Builder class for
TlsCsrTypes.Spec . |
TlsDefinitions |
Defines the type descriptors for the
Tls
API service. |
TlsStub |
Remote stub implementation of the
Tls
API service. |
TlsTypes.Info |
The
Info class contains information from a TLS certificate. |
TlsTypes.Info.Builder |
Builder class for
TlsTypes.Info . |
TlsTypes.ReplaceSpec |
The
ReplaceSpec class contains information to generate a Private Key ,
CSR and hence VMCA signed machine SSL. |
TlsTypes.ReplaceSpec.Builder |
Builder class for
TlsTypes.ReplaceSpec . |
TlsTypes.Spec |
The
Spec class contains information for a Certificate and Private Key. |
TlsTypes.Spec.Builder |
Builder class for
TlsTypes.Spec . |
TrustedRootChainsDefinitions |
Defines the type descriptors for the
TrustedRootChains
API service. |
TrustedRootChainsStub |
Remote stub implementation of the
TrustedRootChains
API service. |
TrustedRootChainsTypes.CreateSpec |
The
CreateSpec class contains information to create a trusted root
certificate chain. |
TrustedRootChainsTypes.CreateSpec.Builder |
Builder class for
TrustedRootChainsTypes.CreateSpec . |
TrustedRootChainsTypes.Info |
The
Info class contains information for a trusted root certificate
chain. |
TrustedRootChainsTypes.Info.Builder |
Builder class for
TrustedRootChainsTypes.Info . |
TrustedRootChainsTypes.Summary |
The
Summary class contains a trusted root certificate chain summary
suitable for UI presentation. |
TrustedRootChainsTypes.Summary.Builder |
Builder class for
TrustedRootChainsTypes.Summary . |
VcenterFactory |
VcenterFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.certificate_management.vcenter package and also has the subpackages reference
to access respective subpackage services. |
VmcaRootDefinitions |
Defines the type descriptors for the
VmcaRoot
API service. |
VmcaRootStub |
Remote stub implementation of the
VmcaRoot
API service. |
VmcaRootTypes.CreateSpec |
The
CreateSpec contains information. |
VmcaRootTypes.CreateSpec.Builder |
Builder class for
VmcaRootTypes.CreateSpec . |
com.vmware.vcenter.certificate_management.vcenter
package provides
interfaces to manage certificates.