| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBSSLCertificate |
ALBSSLCertificate._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ALBSSLCertificate |
ALBSSLCertificate._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBSSLCertificate |
ALBSSLCertificate.Builder.build() |
ALBSSLCertificate |
ALBSSLKeyAndCertificate.getCertificate() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBSSLCertificate> |
ALBPKIProfile.getCaCerts()
List of Certificate Authorities (Root and Intermediate) trusted that is used for
certificate validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBSSLKeyAndCertificate.setCertificate(ALBSSLCertificate certificate) |
ALBSSLKeyAndCertificate.Builder |
ALBSSLKeyAndCertificate.Builder.setCertificate(ALBSSLCertificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ALBPKIProfile.setCaCerts(java.util.List<ALBSSLCertificate> caCerts)
List of Certificate Authorities (Root and Intermediate) trusted that is used for
certificate validation.
|
ALBPKIProfile.Builder |
ALBPKIProfile.Builder.setCaCerts(java.util.List<ALBSSLCertificate> caCerts)
List of Certificate Authorities (Root and Intermediate) trusted that is used for
certificate validation.
|