SshPublicKey class

The SSH public key information associated with a Google account.

Constructors

SshPublicKey({String? expirationTimeUsec, String? fingerprint, String? key, String? name})
SshPublicKey.fromJson(Map json_)

Properties

expirationTimeUsec String?
An expiration time in microseconds since epoch.
getter/setter pair
fingerprint String?
The SHA-256 fingerprint of the SSH public key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
Public key text in SSH format, defined by RFC4253 section 6.6.
getter/setter pair
name String?
The canonical resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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