AtAuthKeys class

Holder for different encryption keys that will be stored in .atKeys file. Apkam symmetric key, enrollmentId and defaultSelfEncryptionKey will be stored in unencrypted format in .atKeys file. All other values will be encrypted before saving to .atKeys file.

Constructors

AtAuthKeys()
AtAuthKeys.fromJson(Map json)

Properties

apkamPrivateKey String?
getter/setter pair
apkamPublicKey String?
getter/setter pair
apkamSymmetricKey String?
getter/setter pair
defaultEncryptionPrivateKey String?
getter/setter pair
defaultEncryptionPublicKey String?
getter/setter pair
defaultSelfEncryptionKey String?
getter/setter pair
enrollmentId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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, String?>
toMap() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

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