PublicKeyConfig class

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Constructors

PublicKeyConfig({required String callerReference, required String encodedKey, required String name, String? comment})
PublicKeyConfig.fromXml(XmlElement elem)
factory

Properties

callerReference String
A string included in the request to help make sure that the request can’t be replayed.
final
comment String?
A comment to describe the public key.
final
encodedKey String
The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
final
hashCode int
The hash code for this object.
no setterinherited
name String
A name to help identify the public key.
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
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

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