Uses of Class
com.xensource.xenapi.Certificate
-
Uses of Certificate in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type CertificateModifier and TypeFieldDescriptionHost.Record.certificates
List of certificates installed in the host First published in Citrix Hypervisor 8.2.Methods in com.xensource.xenapi that return CertificateModifier and TypeMethodDescriptionstatic Certificate
Certificate.getByUuid
(Connection c, String uuid) Get a reference to the Certificate instance with the specified UUID.static Certificate
Types.toCertificate
(Task task, Connection connection) Attempt to convert theTask
's result to aCertificate
object.static Certificate
Types.toCertificate
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type CertificateModifier and TypeMethodDescriptionstatic Set<Certificate>
Certificate.getAll
(Connection c) Return a list of all the Certificates known to the system.static Map<Certificate,
Certificate.Record> Certificate.getAllRecords
(Connection c) Return a map of Certificate references to Certificate records for all Certificates known to the system.Host.getCertificates
(Connection c) Get the certificates field of the given host.static Map<Certificate,
Certificate.Record> Types.toMapOfCertificateCertificateRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<Certificate>
Types.toSetOfCertificate
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.