Skip to content

Data Object - CertificateData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.Certificate.CertificateData

Returned by

Certificate_Validate, Certificate_ValidateViewComposerLocalToVC

See also

CertificateThumbprint

Since

Horizon View 6.0

Data Object Description

Details corresponding to a server certificate. 2

Data Object Properties

Name Type Description
thumbprint CertificateThumbprint Certificate thumbprint and corresponding algorithm. 1
certificate xsd:string The certificate in a string form. 1
certificateEncoding xsd:string The encoding of the certificate. Since Horizon 7.8 1
* This property will be one of:
ValueDescription
DER_BASE64_PEMDenotes the Base64 encoded DER certificate.
invalidReasons xsd:string[] The reason(s) why the certificate could not be validated.
* This property will be one of:
ValueDescription
EXPIREDDenotes an expired certificate.
INVALID_USAGEDenotes an invalid usage of a certificate.
NAME_MISMATCHDenotes a name mismatch with the name in the certificate.
NOT_TRUSTEDDenotes that the certificate is not trusted.
NOT_YET_VALIDDenotes that the certificate is not yet trusted.
REVOKEDDenotes that the certificate has been revoked.
CANT_CHECK_REVOKEDDenotes that the server is unable to check whether the certificate has been revoked.
OTHERDenotes that the certificate has been considered invalid for a reason other than one listed above.

  1. This property need not be set. 

  2. This data object must be updated as a whole.