EnrollmentServerResponse class

The class holds details regarding an enrollment request, where the server notifies the approving app upon receiving a request from the requesting app, seeking approval or denial.

The EnrollmentServerResponse includes the following fields:

  • appName: The name of the app initiating the enrollment request.
  • deviceName: The name of the device.
  • namespace: This field determines the namespaces for granting access to view or write data based on permissions.
  • encryptedAPKAMSymmetricKey: In the event of approval, the encryptedAPKAMSymmetricKey is used to encrypt the default encryption private key and self-encryption key, facilitating the generation of the APKAM key pair.

Constructors

EnrollmentServerResponse()

Properties

appName String
getter/setter pair
deviceName String
getter/setter pair
encryptedAPKAMSymmetricKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
namespace Map<String, String>
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
toString() String
A string representation of this object.
inherited

Operators

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