PublicKey class
A public key that you can use with signed URLs and signed cookies, or with field-level encryption.
Constructors
- PublicKey({required DateTime createdTime, required String id, required PublicKeyConfig publicKeyConfig})
- PublicKey.fromXml(XmlElement elem)
-
factory
Properties
- createdTime → DateTime
-
The date and time when the public key was uploaded.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The identifier of the public key.
final
- publicKeyConfig → PublicKeyConfig
-
Configuration information about a public key that you can use with signed
URLs and signed cookies, or with field-level
encryption.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited