ServerCertificate class
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
Constructors
- ServerCertificate({required String certificateBody, required ServerCertificateMetadata serverCertificateMetadata, String? certificateChain})
- ServerCertificate.fromXml(XmlElement elem)
-
factory
Properties
- certificateBody → String
-
The contents of the public key certificate.
final
- certificateChain → String?
-
The contents of the public key certificate chain.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverCertificateMetadata → ServerCertificateMetadata
-
The meta information of the server certificate, such as its name, path, ID,
and ARN.
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