Uses of Enum Class
com.xensource.xenapi.Types.CertificatePurpose
-
Uses of Types.CertificatePurpose in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.CertificatePurposeModifier and TypeFieldDescriptionCertificate.Record.purposeThe purposes of the certificate Experimental.Methods in com.xensource.xenapi that return Types.CertificatePurposeModifier and TypeMethodDescriptionstatic Types.CertificatePurposeReturns the enum constant of this class with the specified name.static Types.CertificatePurpose[]Types.CertificatePurpose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi that return types with arguments of type Types.CertificatePurposeModifier and TypeMethodDescriptionCertificate.getPurpose(Connection c) Get the purpose field of the given Certificate.Method parameters in com.xensource.xenapi with type arguments of type Types.CertificatePurposeModifier and TypeMethodDescriptionvoidPool.installTrustedCertificate(Connection c, Boolean ca, String cert, Set<Types.CertificatePurpose> purpose) Install a trusted TLS certificate, pool-wide.Pool.installTrustedCertificateAsync(Connection c, Boolean ca, String cert, Set<Types.CertificatePurpose> purpose) Install a trusted TLS certificate, pool-wide.