Package com.xensource.xenapi
Class Certificate.Record
java.lang.Object
com.xensource.xenapi.Certificate.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Certificate
Represents all the fields in a Certificate
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.The certificate's SHA1 fingerprint / hash Experimental.The certificate's SHA256 fingerprint / hash Experimental.The host where the certificate is installedThe name of the certificate, only present on certificates of type 'ca' First published in 1.294.0.Date before which the certificate is validDate after which the certificate is validThe type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0.Unique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
name
The name of the certificate, only present on certificates of type 'ca' First published in 1.294.0. -
type
The type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0. -
host
The host where the certificate is installed -
notBefore
Date after which the certificate is valid -
notAfter
Date before which the certificate is valid -
fingerprint
Deprecated.Use fingerprint_sha256 instead -
fingerprintSha256
The certificate's SHA256 fingerprint / hash Experimental. First published in 24.20.0. -
fingerprintSha1
The certificate's SHA1 fingerprint / hash Experimental. First published in 24.20.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Certificate.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-