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.certificatesList of certificates installed in the host First published in Citrix Hypervisor 8.2.Methods in com.xensource.xenapi that return CertificateModifier and TypeMethodDescriptionstatic CertificateCertificate.getByUuid(Connection c, String uuid) Get a reference to the Certificate instance with the specified UUID.static CertificateTypes.toCertificate(Task task, Connection connection) Attempt to convert theTask's result to aCertificateobject.static CertificateTypes.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.