AtChopsKeys class

Constructors

AtChopsKeys()
AtChopsKeys.create(AtEncryptionKeyPair? atEncryptionKeyPair, AtPkamKeyPair? _atPkamKeyPair)

Properties

apkamSymmetricKey SymmetricKey?
APKAM symmetric key created during new enrollment
getter/setter pair
atEncryptionKeyPair AtEncryptionKeyPair?
Default encryption key pair
getter/setter pair
atPkamKeyPair AtPkamKeyPair?
no setter
atSigningKeyPair ↔ AtSigningKeyPair?
Key pair for data signing and verification
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
selfEncryptionKey SymmetricKey?
Default self encryption key
getter/setter pair

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