Uses of Class
com.vmware.nsx_policy.model.X509Certificate
-
Packages that use X509Certificate Package Description com.vmware.nsx_policy.model -
-
Uses of X509Certificate in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return X509Certificate Modifier and Type Method Description static X509Certificate
X509Certificate. _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 X509Certificate
X509Certificate. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.X509Certificate
X509Certificate.Builder. build()
X509Certificate
TlsListenerCertificate. getCertificate()
Methods in com.vmware.nsx_policy.model that return types with arguments of type X509Certificate Modifier and Type Method Description java.util.List<X509Certificate>
CaBundle. getCertificates()
X509Certificates in the bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.java.util.List<X509Certificate>
PeerCertificateChain. getDetails()
List of X509Certificates.java.util.List<X509Certificate>
TlsCertificate. getDetails()
list of X509Certificates.Methods in com.vmware.nsx_policy.model with parameters of type X509Certificate Modifier and Type Method Description TlsListenerCertificate.Builder
TlsListenerCertificate.Builder. setCertificate(X509Certificate certificate)
void
TlsListenerCertificate. setCertificate(X509Certificate certificate)
Method parameters in com.vmware.nsx_policy.model with type arguments of type X509Certificate Modifier and Type Method Description CaBundle.Builder
CaBundle.Builder. setCertificates(java.util.List<X509Certificate> certificates)
X509Certificates in the bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.void
CaBundle. setCertificates(java.util.List<X509Certificate> certificates)
X509Certificates in the bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PeerCertificateChain.Builder
PeerCertificateChain.Builder. setDetails(java.util.List<X509Certificate> details)
List of X509Certificates.void
PeerCertificateChain. setDetails(java.util.List<X509Certificate> details)
List of X509Certificates.TlsCertificate.Builder
TlsCertificate.Builder. setDetails(java.util.List<X509Certificate> details)
list of X509Certificates.void
TlsCertificate. setDetails(java.util.List<X509Certificate> details)
list of X509Certificates.
-