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 X509CertificateX509Certificate. _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 X509CertificateX509Certificate. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.X509CertificateX509Certificate.Builder. build()X509CertificateTlsListenerCertificate. 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.BuilderTlsListenerCertificate.Builder. setCertificate(X509Certificate certificate)voidTlsListenerCertificate. setCertificate(X509Certificate certificate)Method parameters in com.vmware.nsx_policy.model with type arguments of type X509Certificate Modifier and Type Method Description CaBundle.BuilderCaBundle.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.voidCaBundle. 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.BuilderPeerCertificateChain.Builder. setDetails(java.util.List<X509Certificate> details)List of X509Certificates.voidPeerCertificateChain. setDetails(java.util.List<X509Certificate> details)List of X509Certificates.TlsCertificate.BuilderTlsCertificate.Builder. setDetails(java.util.List<X509Certificate> details)list of X509Certificates.voidTlsCertificate. setDetails(java.util.List<X509Certificate> details)list of X509Certificates.
-