SigningCertificate class

Contains information about an X.509 signing certificate.

This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates operations.

Constructors

SigningCertificate({required String certificateBody, required String certificateId, required StatusType status, required String userName, DateTime? uploadDate})
SigningCertificate.fromXml(XmlElement elem)
factory

Properties

certificateBody String
The contents of the signing certificate.
final
certificateId String
The ID for the signing certificate.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StatusType
The status of the signing certificate. Active means that the key is valid for API calls, while Inactive means it is not.
final
uploadDate DateTime?
The date when the signing certificate was uploaded.
final
userName String
The name of the user the signing certificate is associated with.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited