Uses of Class
com.vmware.nsx_policy.model.X509CrlEntry
-
Packages that use X509CrlEntry Package Description com.vmware.nsx_policy.model -
-
Uses of X509CrlEntry in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return X509CrlEntry Modifier and Type Method Description static X509CrlEntryX509CrlEntry. _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 X509CrlEntryX509CrlEntry. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.X509CrlEntryX509CrlEntry.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type X509CrlEntry Modifier and Type Method Description java.util.List<X509CrlEntry>X509Crl. getCrlEntries()List of X509CrlEntry.Method parameters in com.vmware.nsx_policy.model with type arguments of type X509CrlEntry Modifier and Type Method Description X509Crl.BuilderX509Crl.Builder. setCrlEntries(java.util.List<X509CrlEntry> crlEntries)List of X509CrlEntry.voidX509Crl. setCrlEntries(java.util.List<X509CrlEntry> crlEntries)List of X509CrlEntry.
-