HostKeyAttributes class

Describes the public SSH host keys or the RDP certificate.

Constructors

HostKeyAttributes({String? algorithm, String? fingerprintSHA1, String? fingerprintSHA256, DateTime? notValidAfter, DateTime? notValidBefore, String? publicKey, DateTime? witnessedAt})
HostKeyAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

algorithm String?
The SSH host key algorithm or the RDP certificate format.
final
fingerprintSHA1 String?
The SHA-1 fingerprint of the returned SSH host key or RDP certificate.
final
fingerprintSHA256 String?
The SHA-256 fingerprint of the returned SSH host key or RDP certificate.
final
hashCode int
The hash code for this object.
no setterinherited
notValidAfter DateTime?
The returned RDP certificate is not valid after this point in time.
final
notValidBefore DateTime?
The returned RDP certificate is valid after this point in time.
final
publicKey String?
The public SSH host key or the RDP certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
witnessedAt DateTime?
The time that the SSH host key or RDP certificate was recorded by Lightsail.
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